src/configfile.c: Improve a debugging message.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 27 Mar 2009 21:25:25 +0000 (22:25 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 27 Mar 2009 21:25:25 +0000 (22:25 +0100)
src/configfile.c

index c929d00..0e28e92 100644 (file)
@@ -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 */