X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fcommand.c;h=ca06478c6681d19c5266cf617a9c8e2c2c93aa05;hp=b2350ecb311c2c4e635138e83dc44781aab05854;hb=f8210da95888f0060b25dcca2ae299d5c16ff814;hpb=3cf719bc077a5f0d4f1a79279a5ba6e41d53c9b9 diff --git a/daemon/command.c b/daemon/command.c index b2350ec..ca06478 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; }