summaryrefslogtreecommitdiffstats
path: root/daemon/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/dd.c')
-rw-r--r--daemon/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/dd.c b/daemon/dd.c
index 0a53b316..d92dac0f 100644
--- a/daemon/dd.c
+++ b/daemon/dd.c
@@ -62,7 +62,7 @@ do_dd (const char *src, const char *dest)
free (of_arg);
if (r == -1) {
- reply_with_error ("dd: %s: %s: %s", src, dest, err);
+ reply_with_error ("%s: %s: %s", src, dest, err);
free (err);
return -1;
}