diff options
Diffstat (limited to 'daemon/command.c')
-rw-r--r-- | daemon/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/command.c b/daemon/command.c index b2350ecb..ca06478c 100644 --- a/daemon/command.c +++ b/daemon/command.c @@ -43,7 +43,7 @@ do_command (char *const *argv) * commandv. We just have to check the list is non-empty. */ if (argv[0] == NULL) { - reply_with_error ("command: passed an empty list"); + reply_with_error ("passed an empty list"); return NULL; } |