diff options
Diffstat (limited to 'daemon/debug.c')
-rw-r--r-- | daemon/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/debug.c b/daemon/debug.c index cb905cb6..5d26c4e4 100644 --- a/daemon/debug.c +++ b/daemon/debug.c @@ -215,7 +215,7 @@ debug_sh (const char *subcmd, int argc, char *const *const argv) char *out; if (argc < 1) { - reply_with_error ("debug: sh: expecting a command to run"); + reply_with_error ("sh: expecting a command to run"); return NULL; } |