]> git.ipfire.org Git - thirdparty/systemd.git/commit
logind: log operation details when starting actions
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 13 Jun 2019 16:11:56 +0000 (18:11 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Jun 2019 15:26:13 +0000 (17:26 +0200)
commitb81b40d4c42ea0c65f71dbd2ccad8bdc4b464c78
tree134cc909f4610dcd2c46c6d85a9d4633348599f6
parentf2330acda408a34451d5e15380fcdd225a672473
logind: log operation details when starting actions

For some reason, systemd-logind is trying to handle idle action in one of my containers:

Jun 07 10:28:08 rawhide systemd-logind[42]: System idle. Taking action.
Jun 07 10:28:08 rawhide systemd-logind[42]: Requested operation not supported, ignoring.

But we didn't log what exactly was being done. Let's put the name of the action in messages.
src/login/logind-action.c
src/login/logind.c