From: Florian Forster Date: Fri, 27 Mar 2009 21:25:25 +0000 (+0100) Subject: src/configfile.c: Improve a debugging message. X-Git-Tag: collectd-4.7.0~90 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=f8e9db2db9f5843da53b060bec6e722ef3e5c587 src/configfile.c: Improve a debugging message. --- diff --git a/src/configfile.c b/src/configfile.c index c929d009..0e28e92f 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -172,7 +172,7 @@ static int cf_dispatch (const char *type, const char *orig_key, free (key); free (value); - DEBUG ("return (%i)", ret); + DEBUG ("cf_dispatch: return (%i)", ret); return (ret); } /* int cf_dispatch */