core: only log about sd_notify() message contents, when debug logging is on
authorLennart Poettering <lennart@poettering.net>
Mon, 13 Nov 2017 16:44:00 +0000 (17:44 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 27 Nov 2017 15:39:43 +0000 (16:39 +0100)
commit9711848ff1fe8d74c7d100e4714c4dac30923e74
treeeb3eebe9c13003f333488bc60deb883cfc63d377
parent534ab2ea1ad359d28139ebb8682adb5a9b2bb64c
core: only log about sd_notify() message contents, when debug logging is on

Let's optimize things a bit for the non-debug case. No change in
behaviour.

Main reason to do this is not so much the speed benefit though, but
merely to isolate the code from its surroundings more.
src/core/service.c