From 3c5bdfe6114d3ed11f3019d6728c8779068779ab Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 25 Jan 2011 15:51:08 +0100 Subject: [PATCH] libmount: fix debug message Signed-off-by: Karel Zak --- shlibs/mount/src/context_umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlibs/mount/src/context_umount.c b/shlibs/mount/src/context_umount.c index c04672d6..4106b214 100644 --- a/shlibs/mount/src/context_umount.c +++ b/shlibs/mount/src/context_umount.c @@ -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; } -- 2.39.5