about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 5ceb004a..f5e84da9 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1036,7 +1036,7 @@ cmd_execute_default(const char * const inp)
             free(recipient);
         }
     } else {
-        cons_bad_command(inp);
+        cons_show("Unknown command: %s", inp);
     }
 
     return TRUE;