X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fsfdisk.c;h=14297e7e48fa7b27194eec5bad0c30626401523d;hp=b68b9f67c87ad72c433eb49d70b32fcfd5461289;hb=e9c37113104c1cfb234535adc9b52ad3880a41ce;hpb=9b3ef85a3d1b43faa98bb5dc922f8a273a5e1dde diff --git a/daemon/sfdisk.c b/daemon/sfdisk.c index b68b9f6..14297e7 100644 --- a/daemon/sfdisk.c +++ b/daemon/sfdisk.c @@ -124,7 +124,7 @@ sfdisk_flag (const char *device, const char *flag) r = command (&out, &err, "/sbin/sfdisk", flag, device, NULL); if (r == -1) { - reply_with_error ("sfdisk: %s: %s", device, err); + reply_with_error ("%s: %s", device, err); free (out); free (err); return NULL;