src/collectd.c: Fix the arguments passed to an error message.
authorBrian Micek <bmicek@gmail.com>
Sat, 23 Feb 2008 09:51:46 +0000 (10:51 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 23 Feb 2008 09:51:46 +0000 (10:51 +0100)
commitb30f3e8df735d4b7d9a1799f64eece15d72cf4cc
treeb798a0790ee0d17332d50dc42f73cb0bf78751b5
parentd0b8094f18fa3d5073b4c8fbfca160376e6b87ea
src/collectd.c: Fix the arguments passed to an error message.

Unfortunately the compiler doesn't check va-args, so this was unnoticed :/
src/collectd.c