]> git.itanic.dy.fi Git - rrdd/commit
process.c: Remove the rest of the printf() calls
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 15 Apr 2012 17:31:07 +0000 (20:31 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 15 Apr 2012 17:34:59 +0000 (20:34 +0300)
commit6fcf40fbc57c0c89760535e4d808984688b39a5e
tree52824cfa1b27c61ec2752f830aac2efaf24bcc5f
parent7ff9c4de3f4bfc4bbb9ccb8f9ac11c888a7f789e
process.c: Remove the rest of the printf() calls

No reason to not unify the prints whenever possible.

However, the process stdout and stderr prints are special. They do not
come from rrdd, but from the process that was execv'd by rrdd. That
why they should begin with the name of the binary. Those prints should
be printed to stderr too to unify the debug output.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
process.c