]> git.ipfire.org Git - thirdparty/systemd.git/commit
sleep: remove duplicate logging
authorLennart Poettering <lennart@poettering.net>
Fri, 21 May 2021 16:39:06 +0000 (18:39 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 22 May 2021 09:00:04 +0000 (11:00 +0200)
commitb0c035e3c82a01037874bda1a95f8bac95de6667
tree4c7db84c2f77116c88214f736e566361b1cebabc
parent887b2019b67d25c5c91a8118655eee87b9f4af99
sleep: remove duplicate logging

execute() logs about all errors, hence only log about what's new, i.e.
what we'll do as consequence, and don't mention the error cause again.
src/sleep/sleep.c