]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
core: drop redundant logging about notification messages
authorTom Gundersen <teg@jklm.no>
Tue, 12 May 2015 15:21:51 +0000 (17:21 +0200)
committerTom Gundersen <teg@jklm.no>
Tue, 12 May 2015 15:25:44 +0000 (17:25 +0200)
commit34959677900a45aa67f511e828c68167f8a7c816
treefa1442bdb2cd7c5644b14f6659ab398dfd35490b
parent005e945cc454c07fac381d59a6e0fe810eb1107b
core: drop redundant logging about notification messages

Before:
May 12 17:11:22 tomegun-x2402 systemd[1]: systemd-udevd.service: Got notification message for unit.
May 12 17:11:22 tomegun-x2402 systemd[1]: systemd-udevd.service: Got notification message from PID 195 (READY=1)
May 12 17:11:22 tomegun-x2402 systemd[1]: systemd-udevd.service: Ggot READY=1

After:
May 12 17:11:22 tomegun-x2402 systemd[1]: systemd-udevd.service: Got notification message from PID 195 (READY=1)
src/core/manager.c
src/core/service.c