X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fconfigfile.c;h=53f3314a31113f628f57abe2dc9c7a8a4035281d;hb=3f0d178e58251171272a643e1667abcb9946edce;hp=0bb46e4004d679a504c51a699408774b70f81b07;hpb=452a77a524df028532f4d096c29b7e2a4f5102b7;p=collectd.git diff --git a/src/configfile.c b/src/configfile.c index 0bb46e40..53f3314a 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 */