]> git.ipfire.org Git - thirdparty/systemd.git/commit
manager: log log level changes uniformly 2157/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 10 Dec 2015 02:29:38 +0000 (21:29 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 13 Dec 2015 19:53:52 +0000 (14:53 -0500)
commit4cee3a78bb9190a823ca08808c451daa802622e1
tree39e2523e96865050be18ff6b6d8f1541f1cbf5ad
parent76b6f3f68f133ae017e577219244b02e1c361446
manager: log log level changes uniformly

Output the same message when a request to change the log level is
received over dbus and through a signal. From the user point of view
those two operations are very similar and it's easy to think that the
dbus operation didn't work when the expected message is not emitted.

Also "downgrade" the message level to info, since this is a normal
user initiated action.
src/core/dbus-manager.c
src/core/manager.c