]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.c
use ob_debug for any debug printing and only display the output when its a debug...
[chaz/openbox] / plugins / keyboard / keyboard.c
index 33f8409ef76bf921861bb9fbdf7a3d30d02d1ddb..a583a2e6218f95a1e2affcceb2e53dff6e9c8204 100644 (file)
@@ -146,7 +146,7 @@ gboolean kbind(GList *keylist, Action *action)
     while (t->first_child) t = t->first_child;
 
     if (conflict) {
-        g_message("conflict with binding");
+        g_warning("conflict with binding");
         tree_destroy(tree);
         return FALSE;
     }
This page took 0.020468 seconds and 4 git commands to generate.