summaryrefslogtreecommitdiff
path: root/plugins/keyboard/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/keyboard/keyboard.c')
-rw-r--r--plugins/keyboard/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c
index 33f8409e..a583a2e6 100644
--- a/plugins/keyboard/keyboard.c
+++ b/plugins/keyboard/keyboard.c
@@ -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;
}