]> git.sur5r.net Git - i3/i3/blobdiff - src/bindings.c
commands.c: Improve error replies
[i3/i3] / src / bindings.c
index a0b876a44184966160d2798c6474ea6cfa54ced8..ad5fe4f3209bcbbe8a6a7b9d0edd3a903b82857f 100644 (file)
@@ -647,7 +647,7 @@ void switch_mode(const char *new_mode) {
         return;
     }
 
-    ELOG("ERROR: Mode not found\n");
+    ELOG("Mode not found\n");
 }
 
 static int reorder_binding_cmp(const void *a, const void *b) {