You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tools/modprobe: reduce LOG level otherwise it exits failure immediately
Now that we have to repeat the same logic twice for MODULE_DIRECTORY
and MODULE_ALTERNATIVE_DIRECTORY, setting LOG priority to FATAL
causes modprobe to exit failure, without trying the second path.
Therefore increase the log priority to ERROR.
Signed-off-by: Emanuele Giuseppe Esposito <[email protected]>
0 commit comments