]> git.ipfire.org Git - thirdparty/systemd.git/commit
namespace: downgrade log messages to LOG_DEBUG
authorLennart Poettering <lennart@poettering.net>
Mon, 16 Oct 2023 11:16:40 +0000 (13:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 16 Oct 2023 11:35:28 +0000 (13:35 +0200)
commitd4f0878e028e2351a9a18cc3bbca12d93742918e
tree7afea2d4c376290908393ea39eb7988c8ca2cf0f
parent283eb4fdd157371055be4867728fa0093319af6a
 namespace: downgrade log messages to LOG_DEBUG

almost all code in namespace.c only logs at debug level as it is
"library-like" code. But there are some outliers. Adjust them to match
the rest of the code

(Well, there are some left)
src/core/namespace.c