From 0b4dedb3cd35ce9cc3761c1b7409b830873a4433 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 8 Oct 2009 00:40:34 +0200 Subject: [PATCH] libblkid: fix warning message in mkfs sample --- shlibs/blkid/samples/mkfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlibs/blkid/samples/mkfs.c b/shlibs/blkid/samples/mkfs.c index eb9e27f5..f2134228 100644 --- a/shlibs/blkid/samples/mkfs.c +++ b/shlibs/blkid/samples/mkfs.c @@ -55,7 +55,7 @@ int main(int argc, char *argv[]) if (!blkid_probe_lookup_value(pr, "TYPE", &type, NULL)) errx(EXIT_FAILURE, "%s: appears to contain an existing " - "filesystem (%s)", devname, type); + "%s superblock", devname, type); if (!blkid_probe_lookup_value(pr, "PTTYPE", &type, NULL)) errx(EXIT_FAILURE, "%s: appears to contain an partition " -- 2.39.5