]> git.itanic.dy.fi Git - glucose/commit
Replace existing printf functions with trace(...)
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 27 Mar 2012 19:07:51 +0000 (22:07 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 27 Mar 2012 19:29:19 +0000 (22:29 +0300)
commit52390b05dd33de3aa3787d0228caf2635e5176ef
tree0d43b8ffc54e5b6454a083e8f141f95ef1909846
parenta0781922944e125b905665cfe3d7c846bc5b185f
Replace existing printf functions with trace(...)

This unifies the way printing is done. Everything goes to stderr by
default. Using genering tracing functions also removes the custom
trace_level handling.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
contour-protocol.c
hiddev.c
utils.c
utils.h