]> Dogcows Code - chaz/openbox/blobdiff - parser/parse.c
use ob_debug for any debug printing and only display the output when its a debug...
[chaz/openbox] / parser / parse.c
index 72643652e9ce588f5905a8c4a750d581517c9f67..07ce0736d89bc91c4bf921a34f51dea6ae101c6c 100644 (file)
@@ -59,7 +59,7 @@ gboolean parse_load_rc(xmlDocPtr *doc, xmlNodePtr *root)
     }
     g_free(path);
     if (!r)
-        g_message("unable to find a valid config file, using defaults");
+        g_warning("unable to find a valid config file, using defaults");
     return r;
 }
 
This page took 0.01994 seconds and 4 git commands to generate.