Do not use *printf() to report errors / debugging messages.
authorSebastian Harl <sh@tokkee.org>
Fri, 19 Dec 2008 17:20:41 +0000 (18:20 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 19 Dec 2008 17:20:41 +0000 (18:20 +0100)
commitf5edd182195cb7a13fa32846ae869a8b8dcc1e3f
tree221410f8680c5ec5aabeb633b7b973346f5cddf7
parentbd702098d986e4985fdf4f7f7658ff4532d96533
Do not use *printf() to report errors / debugging messages.

The only exception to that is during configuration (which is done before
daemonization) to let the user know about problems immediately.
src/common.c
src/email.c
src/ipmi.c
src/rrdtool.c
src/utils_dns.c