X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdebug.c;h=5d26c4e48bb6bbc544d70c0da4c5da5abc9c3825;hb=819f30e332160ba05f7bf6dd068622cc07bf9ffc;hp=cb905cb6e05509d34e3ada509b3954c02e903551;hpb=9a8889e4d0c532b9f77af3a9cc7aae06adebfb83;p=libguestfs.git diff --git a/daemon/debug.c b/daemon/debug.c index cb905cb..5d26c4e 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; }