]> Dogcows Code - chaz/openbox/blobdiff - render/theme.c
use ob_debug for any debug printing and only display the output when its a debug...
[chaz/openbox] / render / theme.c
index a7da009b01488af135a906e5d4c61236f1a27740..4fc3d6a1b758b7820e384ceeebd76956c46147eb 100644 (file)
@@ -63,8 +63,9 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
     if (name) {
        db = loaddb(theme, name);
         if (db == NULL) {
-           g_warning("Failed to load the theme '%s'", name);
-           g_message("Falling back to the default: '%s'", DEFAULT_THEME);
+           g_warning("Failed to load the theme '%s'\n"
+                      "Falling back to the default: '%s'",
+                      name, DEFAULT_THEME);
        } else
             theme->name = g_path_get_basename(name);
     }
This page took 0.023505 seconds and 4 git commands to generate.