From e19db0449e116e20ce15ff3c300510c30c7395c7 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 11 Aug 2017 15:15:16 +0200 Subject: [PATCH] su: fix debug message Signed-off-by: Karel Zak --- login-utils/su-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login-utils/su-common.c b/login-utils/su-common.c index 61227f5b0d..e7035df9ba 100644 --- a/login-utils/su-common.c +++ b/login-utils/su-common.c @@ -630,7 +630,7 @@ static bool is_restricted_shell(const char *shell) } endusershell(); - DBG(MISC, ul_debug("%s is restricted shell (not in /etc/shells)")); + DBG(MISC, ul_debug("%s is restricted shell (not in /etc/shells)", shell)); return true; } -- 2.47.3