Signed-off-by: Pascal Terjan <pterjan@xxxxxxxxxxx> --- mount/mount.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mount/mount.c b/mount/mount.c index 7a6ae00..4d2fefb 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++; -- 1.5.3.5 - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html