]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/boot/bootctl.c
bootspec: remove redundant logging
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2018 17:26:22 +0000 (19:26 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Oct 2018 19:40:44 +0000 (21:40 +0200)
commit21f7a622d503708163817c7874210aa518ada412
tree4718fecf1b3514341d692b4a651f62b2a10d630f
parent36cd739a78bb9af7f3bad138576ec453b67c66b0
bootspec: remove redundant logging

boot_loader_read_conf(), boot_entries_find(), boot_entries_load_config()
all log their errors internally, hence no need to log a second or third
time about the same error when they return.
src/boot/bootctl.c
src/shared/bootspec.c