X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fntfs.c;h=73ccbbcdb47da0f7bcbbb47f891b056007498229;hb=1ea1e536346f59fa63fdd33639ffc297282bfc37;hp=b35300848a11334f3b7fbf59b7eea8ee2b33244f;hpb=2d9953097b6d3b71122d444a4550047e97aee009;p=libguestfs.git diff --git a/daemon/ntfs.c b/daemon/ntfs.c index b353008..73ccbbc 100644 --- a/daemon/ntfs.c +++ b/daemon/ntfs.c @@ -45,7 +45,7 @@ do_ntfs_3g_probe (int rw, const char *device) r = commandr (NULL, &err, "ntfs-3g.probe", rw_flag, device, NULL); if (r == -1) { - reply_with_error ("ntfs-3g.probe: %s: %s", device, err); + reply_with_error ("%s: %s", device, err); free (err); return -1; }