mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 17:43:50 +07:00
pam: Add session class to the debug log.
This commit is contained in:
parent
8556879e0d
commit
f904bdf2e9
@ -517,8 +517,8 @@ _public_ PAM_EXTERN int pam_sm_open_session(
|
|||||||
|
|
||||||
if (debug)
|
if (debug)
|
||||||
pam_syslog(handle, LOG_DEBUG, "Asking logind to create session: "
|
pam_syslog(handle, LOG_DEBUG, "Asking logind to create session: "
|
||||||
"uid=%u pid=%u service=%s type=%s seat=%s vtnr=%u tty=%s display=%s remote=%s remote_user=%s remote_host=%s",
|
"uid=%u pid=%u service=%s type=%s class=%s seat=%s vtnr=%u tty=%s display=%s remote=%s remote_user=%s remote_host=%s",
|
||||||
uid, pid, service, type, seat, vtnr, tty, display, yes_no(remote), remote_user, remote_host);
|
uid, pid, service, type, class, seat, vtnr, tty, display, yes_no(remote), remote_user, remote_host);
|
||||||
|
|
||||||
reply = dbus_connection_send_with_reply_and_block(bus, m, -1, &error);
|
reply = dbus_connection_send_with_reply_and_block(bus, m, -1, &error);
|
||||||
if (!reply) {
|
if (!reply) {
|
||||||
|
Loading…
Reference in New Issue
Block a user