]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
core: correct return value from reload methods
authorMichal Schmidt <mschmidt@redhat.com>
Thu, 16 Jul 2015 19:39:56 +0000 (21:39 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Tue, 21 Jul 2015 13:09:12 +0000 (15:09 +0200)
commit2d018ae23b838f050516d06859f50ecb9733d44b
treef83bb24aa67032ca354f09a48f2f8b6f2213c088
parentd1a34ae9c20f1c02aab17884919eccef572b1d21
core: correct return value from reload methods

Return 1 from *_reload() methods to signify "we did something", just
like in *_start(). This causes "Reloading foo..." messages to be logged.
"Reloaded foo." messages are already logged.
src/core/mount.c
src/core/service.c