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