summaryrefslogtreecommitdiffstats
path: root/misc-utils/wipefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils/wipefs.c')
-rw-r--r--misc-utils/wipefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/wipefs.c b/misc-utils/wipefs.c
index 7cee1e514..4d8505011 100644
--- a/misc-utils/wipefs.c
+++ b/misc-utils/wipefs.c
@@ -210,7 +210,7 @@ read_offsets(struct wipe_desc *wp, const char *fname, int zap)
if (rc == 0) {
const char *type = NULL;
blkid_probe_lookup_value(pr, "PTTYPE", &type, NULL);
- errx(EXIT_FAILURE, _("error: %s: appears to contain '%s' "
+ warnx(_("WARNING: %s: appears to contain '%s' "
"partition table"), fname, type);
}