X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconfigfile.c;h=0e28e92f9ed0d2e526d768e87f539794b3b5aa5a;hb=085a993e0f187ad73d3a28cea508ec6e56c39516;hp=c929d0097aef6279db09c61411442cf3ddef99aa;hpb=c01301e8a69b8d53b06b522b107c97dcb65093ad;p=collectd.git 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 */