New API calls to upload/download txz files (RHBZ#580556).
[libguestfs.git] / daemon / debug.c
index cb905cb..5d26c4e 100644 (file)
@@ -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;
   }