diff options
author | Michal Sekletar <msekletar@users.noreply.github.com> | 2016-05-16 17:24:51 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-05-16 11:24:51 -0400 |
commit | 833f92ad39beca0e954e91e5764ffc83f8d0c1cf (patch) | |
tree | 2228b1ca68dd68e3cbf939465d6d49a4eb075f7a /shell-completion/bash/.gitignore | |
parent | 306578e51853f0a18597b1d976ab402ff7a91a95 (diff) |
core: don't log job status message in case job was effectively NOP (#3199)
We currently generate log message about unit being started even when
unit was started already and job didn't do anything. This is because job
was requested explicitly and hence became anchor job of the transaction
thus we could not eliminate it. That is fine but, let's not pollute
journal with useless log messages.
$ systemctl start systemd-resolved
$ systemctl start systemd-resolved
$ systemctl start systemd-resolved
Current state:
$ journalctl -u systemd-resolved | grep Started
May 05 15:31:42 rawhide systemd[1]: Started Network Name Resolution.
May 05 15:31:59 rawhide systemd[1]: Started Network Name Resolution.
May 05 15:32:01 rawhide systemd[1]: Started Network Name Resolution.
After patch applied:
$ journalctl -u systemd-resolved | grep Started
May 05 16:42:12 rawhide systemd[1]: Started Network Name Resolution.
Fixes #1723
Diffstat (limited to 'shell-completion/bash/.gitignore')
0 files changed, 0 insertions, 0 deletions