From: Karel Zak Date: Fri, 11 Aug 2017 13:15:16 +0000 (+0200) Subject: su: fix debug message X-Git-Tag: v2.31-rc1~44 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e19db0449e116e20ce15ff3c300510c30c7395c7;p=thirdparty%2Futil-linux.git su: fix debug message Signed-off-by: Karel Zak --- 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; }