X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fhexdump.c;h=1b33eeb3acec7a33138cd138d11cb42866649f60;hp=7016faf49e373227e401fb6177f36aa441366fd6;hb=c24de46d06cc3ecccf00bfaaffb06172659cdd0a;hpb=84fc760439e82e6b3616abd0d1f9bd7d7eb01ec0 diff --git a/daemon/hexdump.c b/daemon/hexdump.c index 7016faf..1b33eeb 100644 --- a/daemon/hexdump.c +++ b/daemon/hexdump.c @@ -41,7 +41,7 @@ do_hexdump (const char *path) r = command (&out, &err, "hexdump", "-C", buf, NULL); free (buf); if (r == -1) { - reply_with_error ("hexdump: %s: %s", path, err); + reply_with_error ("%s: %s", path, err); free (err); free (out); return NULL;