]> git.ipfire.org Git - thirdparty/u-boot.git/commit
bloblist: Demote not finding a bloblist to a debug
authorTom Rini <trini@konsulko.com>
Tue, 19 May 2026 16:20:55 +0000 (10:20 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2026 15:30:28 +0000 (09:30 -0600)
commitb4858d2afcf7fc819ed33643370a2b3ccf7055ac
tree12558dcaeb22d566a3273e3ceb6a43e6938969e4
parent679eb25fb8fd75bc6877e8c03f264bf80f71a4b9
bloblist: Demote not finding a bloblist to a debug

The message about not finding a bloblist will quite often be seen at
least once, and is non-fatal. Demote this to a log_debug message from a
log_warning message.

Reviewed-by: Raymond Mao <raymondmaoca@gmail.com>
Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
common/bloblist.c