daemon: Don't need to prefix error messages with the command name.
[libguestfs.git] / daemon / command.c
index b2350ec..ca06478 100644 (file)
@@ -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;
   }