]> git.ipfire.org Git - thirdparty/systemd.git/commit
path-lookup: downgrade logging in lookup_paths_init() a bit
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Oct 2018 14:44:04 +0000 (16:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 9 Oct 2018 17:43:43 +0000 (19:43 +0200)
commitfc37d875a1c6cb00379399adb67f67858ee95403
tree149354dcf34873ca4ff488044abe8ac414dd5cad
parent638cece45da5a6e5fc7c410b619f35abb8df3ec7
path-lookup: downgrade logging in lookup_paths_init() a bit

So far lookup_paths_init() did not log on its own beyond LOG_DEBUG,
fix one exception, in order to avoid duplicate logging.
src/shared/path-lookup.c