diff options
Diffstat (limited to 'daemon/blkid.c')
-rw-r--r-- | daemon/blkid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/blkid.c b/daemon/blkid.c index 4e14881f..4c77b82a 100644 --- a/daemon/blkid.c +++ b/daemon/blkid.c @@ -36,7 +36,7 @@ do_vfs_type (const char *device) r = command (&out, &err, "/sbin/blkid", "-o", "value", "-s", "TYPE", device, NULL); if (r == -1) { - reply_with_error ("vfs_type: %s: %s", device, err); + reply_with_error ("%s: %s", device, err); free (out); free (err); return NULL; |