Code

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 c929d0097aef6279db09c61411442cf3ddef99aa..0e28e92f9ed0d2e526d768e87f539794b3b5aa5a 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 */