]> git.ipfire.org Git - thirdparty/systemd.git/commit
exec-util: make missing agents a gracefull handled issues
authorLennart Poettering <lennart@poettering.net>
Wed, 7 May 2025 15:47:01 +0000 (17:47 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 7 May 2025 17:38:47 +0000 (02:38 +0900)
commit0d5ee894c4839b8432b530879a7cda070b29e393
tree685c6978306d88ffda9139e14c6d5feece7a88b7
parentffb6adb76367d5ab7d43937ccaac5947717b5b78
exec-util: make missing agents a gracefull handled issues

Just downgrade the log message in case of ENOENT of agent binaries to
LOG_DEBUG. Do this in order to support distros which split off some
agent bianries into separate optional binaries.

Fixes: #37369
src/shared/exec-util.c