X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fhexdump.c;h=1b33eeb3acec7a33138cd138d11cb42866649f60;hb=ebfcb7f23df4546977628dc718982730682a68c0;hp=7016faf49e373227e401fb6177f36aa441366fd6;hpb=84fc760439e82e6b3616abd0d1f9bd7d7eb01ec0;p=libguestfs.git 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;