summaryrefslogtreecommitdiffstats
path: root/daemon/hexdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/hexdump.c')
-rw-r--r--daemon/hexdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/hexdump.c b/daemon/hexdump.c
index 7016faf4..1b33eeb3 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;