X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fblkid.c;h=4c77b82a60be48cee8318d510f4e357007acdf5f;hb=d070a017f710244908617eaa8fa147bc335aa660;hp=4e14881f1c757854670b7fd6665de33ff7a4f728;hpb=d609130cb65fe7795b168a796426e39d64ceda97;p=libguestfs.git diff --git a/daemon/blkid.c b/daemon/blkid.c index 4e14881..4c77b82 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;