]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nsresourced: downgrade benign log message to debug
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 9 Mar 2026 11:25:50 +0000 (11:25 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 10 Mar 2026 17:23:14 +0000 (18:23 +0100)
This is very noisy as there's a dozen of these message every
time it gets called, and it's not really an error but an
expected situation, so downgrade from info to debug

src/nsresourced/userns-restrict.c

index c0d7f8a82daec561c9fae3c3c25d712acb3c7104..5012276c8268b6c80ecb7b6ef045ee8633f585bf 100644 (file)
@@ -151,7 +151,7 @@ int userns_restrict_install(
                                 link = NULL;
                         } else {
                                 linked = true;
-                                log_info("userns-restrict BPF-LSM program %s already attached.", ps->name);
+                                log_debug("userns-restrict BPF-LSM program %s already attached.", ps->name);
                         }
                 }