summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck/preen.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/quotacheck/preen.c')
-rw-r--r--sbin/quotacheck/preen.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/quotacheck/preen.c b/sbin/quotacheck/preen.c
index a35182e..b560861 100644
--- a/sbin/quotacheck/preen.c
+++ b/sbin/quotacheck/preen.c
@@ -341,8 +341,9 @@ retry:
retried++;
goto retry;
}
- printf("Can't make sense out of name %s\n", name);
- return (0);
+ printf("Warning: Can't find blockdevice corresponding to name %s\n",
+ name);
+ return (name);
}
char *
OpenPOWER on IntegriCloud