]> err.no Git - util-linux/commitdiff
libmount: fix debug message
authorKarel Zak <kzak@redhat.com>
Tue, 25 Jan 2011 14:51:08 +0000 (15:51 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 25 Jan 2011 14:51:08 +0000 (15:51 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/mount/src/context_umount.c

index c04672d663d7e6c4f232caedb46803f38d04b708..4106b214d7691382b1ba72bd867246c552472117 100644 (file)
@@ -289,7 +289,7 @@ static int evaluate_permissions(struct libmnt_context *cxt)
                return 0;
        }
 eperm:
-       DBG(CXT, mnt_debug_h(cxt, "umount %s is not allowed for you", tgt));
+       DBG(CXT, mnt_debug_h(cxt, "umount is not allowed for you"));
        return -EPERM;
 }