]> git.ipfire.org Git - thirdparty/systemd.git/commit
unit-file: downgrade log message to debug
authorLennart Poettering <lennart@poettering.net>
Thu, 14 Jan 2021 14:00:41 +0000 (15:00 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 Jan 2021 14:00:48 +0000 (15:00 +0100)
commit98fac96c102f96819059686fe6329c08cfd8f6c0
tree38ec0b8928c18ffffd6bd27e277cfb350bb109aa
parentf60671860e1dd0b94d8b384f4102640c25018123
unit-file: downgrade log message to debug

In the other error paths unit_file_find_fragment() doesn't log beyond
debug level, i.e. is of the non-logging library-like kind. Make sure
this error path is handled the same, so that the caller can log.
src/shared/unit-file.c