]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: change some `log_error` -> `log_warning` where appropriate
authorMichael Vogt <michael.vogt@gmail.com>
Fri, 16 Jan 2026 15:25:19 +0000 (16:25 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Jan 2026 17:52:48 +0000 (02:52 +0900)
commit62168b1e9fb10fb3acef2bee886b77f420187c2c
treeefb01645e5749c5739f5d10210deb181c2519092
parent4ac445c152dcdb86fad7c74b633d7f1df9ba3933
boot: change some `log_error` -> `log_warning` where appropriate

This is a small followup for
https://github.com/systemd/systemd/pull/40344#discussion_r2695031041
(thanks Daan and Lennart!).

There are quite a few places in the code that currently log a
`log_error()` when a `log_warning()` is more appropriate because
the error is ignored. This commit now shows those as warnings.
src/boot/boot.c