mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
pam: use correct log level
This commit is contained in:
parent
108e131ece
commit
3831838ae7
@ -234,7 +234,7 @@ _public_ PAM_EXTERN int pam_sm_open_session(
|
||||
return PAM_SESSION_ERR;
|
||||
|
||||
if (debug)
|
||||
pam_syslog(handle, LOG_INFO, "pam-systemd initializing");
|
||||
pam_syslog(handle, LOG_DEBUG, "pam-systemd initializing");
|
||||
|
||||
r = get_user_data(handle, &username, &pw);
|
||||
if (r != PAM_SUCCESS) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user