X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdd.c;h=d92dac0f090958b870ca738fb832b0bb6fdddd08;hb=de33cc91ee93f85f06b9976fdc5454c0eb851b8e;hp=0a53b3160572d14eeaa117054fa259335d5f8675;hpb=a9519654032d2f09e76870d5d04dae2dff752c5b;p=libguestfs.git diff --git a/daemon/dd.c b/daemon/dd.c index 0a53b31..d92dac0 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; }