X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fcommand.c;fp=daemon%2Fcommand.c;h=ca06478c6681d19c5266cf617a9c8e2c2c93aa05;hp=b2350ecb311c2c4e635138e83dc44781aab05854;hb=e9c37113104c1cfb234535adc9b52ad3880a41ce;hpb=9b3ef85a3d1b43faa98bb5dc922f8a273a5e1dde 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; }