]> git.ipfire.org Git - thirdparty/dracut.git/commit
refactor(install): log about missing firmware only once
authorDavid Disseldorp <ddiss@suse.de>
Wed, 26 Jul 2023 13:49:41 +0000 (15:49 +0200)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 31 Jul 2023 08:29:06 +0000 (10:29 +0200)
commit16855765c8ad9d3237e6d98e59d0f8e6d4c7fc62
tree8edef35275fc8f4ad64d5e125696ec417515127c
parentc46513fb21b51934d0862a234e55b759360917cd
refactor(install): log about missing firmware only once

When attempting to locate a firmware path under each of the firwaredirs
parent directories, Dracut logs an error for every missing path.
Instead, only log the error if the firmware path isn't found under any
of the firmwaredirs.

Signed-off-by: David Disseldorp <ddiss@suse.de>
src/install/dracut-install.c