use ob_debug for any debug printing and only display the output when its a debug...
[dana/openbox.git] / parser / parse.c
index 7264365..07ce073 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;
 }