summaryrefslogtreecommitdiffstats
path: root/login-utils
diff options
context:
space:
mode:
authorKarel Zak2017-08-11 15:15:16 +0200
committerKarel Zak2017-09-18 11:48:56 +0200
commite19db0449e116e20ce15ff3c300510c30c7395c7 (patch)
tree9e3981b6bed1d07a483b054dbd9c855ada345394 /login-utils
parentsu: properly clear child PID (diff)
downloadkernel-qcow2-util-linux-e19db0449e116e20ce15ff3c300510c30c7395c7.tar.gz
kernel-qcow2-util-linux-e19db0449e116e20ce15ff3c300510c30c7395c7.tar.xz
kernel-qcow2-util-linux-e19db0449e116e20ce15ff3c300510c30c7395c7.zip
su: fix debug message
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils')
-rw-r--r--login-utils/su-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/su-common.c b/login-utils/su-common.c
index 61227f5b0..e7035df9b 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;
}