]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/exec-credential: downgrade warning about missing cred to debug
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 14 May 2024 14:19:31 +0000 (16:19 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 14 May 2024 18:13:57 +0000 (20:13 +0200)
commit1743b8bad157666ed00c396f8d89af1994956b97
tree494389eba3b35a95cfd35096ade644338bc610fd
parent93df5217b91774fb379e7b94eadd609bfe864b82
core/exec-credential: downgrade warning about missing cred to debug

Follow-up for 6b34871f5d3b0729ef125d79dfe2d493f3b52b40.

The general idea is that the list of credentials to load can and will specify
credentials which actually aren't provided, so a warning is too much. Let's
downgrade this to "info". If it turns out to be too noisy, we can downgrade
further in the future.
src/core/exec-credential.c