]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/login/logind-user.c
logind-user: don't say "user X logged out" in user_finalize
authorMike Yuan <me@yhndnzj.com>
Wed, 24 Jan 2024 13:56:56 +0000 (21:56 +0800)
committerMike Yuan <me@yhndnzj.com>
Thu, 25 Jan 2024 10:53:30 +0000 (18:53 +0800)
commit210d4cde715b44776975f0c332e568b3e336cbc4
tree44650c1d0db3db4df3668deb279a9b272a79aadb
parentac0054e686e7570d0a77dbbd017165e473cae825
logind-user: don't say "user X logged out" in user_finalize

"Logging out" is something done by the human user. When we stop
tracking/GC a User object, let's use a more generic phrase in case
the specific User doesn't have human users (i.e. "user" class sessions)
at all. Eventually we want something like #2900, and log this
when all user class sessions log out and we're lingering again I think.
src/login/logind-user.c