summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount.c b/mount/mount.c
index 7a6ae004a..4d2fefbbd 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -658,7 +658,7 @@ check_special_mountprog(const char *spec, const char *node, const char *type, in
if (verbose > 2) {
i = 0;
- while(verbose > 2 && mountargs[i]) {
+ while(mountargs[i]) {
printf("mount: external mount: argv[%d] = \"%s\"\n",
i, mountargs[i]);
i++;