Skip to content

Commit b18e19f

Browse files
dtardonjamacku
authored andcommitted
logind-session: make stopping of idle session visible to admins
(cherry picked from commit 6269ffe7ee8a659df7336a2582054ecd9eecf4b1) Resolves: #2156780
1 parent 6a6f108 commit b18e19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/login/logind-session.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ static int session_dispatch_stop_on_idle(sd_event_source *source, uint64_t t, vo
673673

674674
idle = session_get_idle_hint(s, &ts);
675675
if (idle) {
676-
log_debug("Session \"%s\" of user \"%s\" is idle, stopping.", s->id, s->user->name);
676+
log_info("Session \"%s\" of user \"%s\" is idle, stopping.", s->id, s->user->name);
677677

678678
return session_stop(s, /* force */ true);
679679
}

0 commit comments

Comments
 (0)