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: improve error logs to specify in which dirname is the module missing
Currently if no module is found in MODULE_DIRECTORY, kmod will
just print "Module %s not found", but now that we have two
search path, it is worth specifying which is the path that was
not found.
TODO: ERR() produces a not so pleasant to see error which might
confuse the user, especially if a module is in
MODULE_ALTERNATIVE_DIRECTORY and not in MODULE_DIRECTORY, because
we would have such output:
modprobe: ERROR: Module %s not found in directory <MODULE_DIRECTORY>
<output foud in MODULE_ALTERNATIVE_DIRECTORY>
Signed-off-by: Emanuele Giuseppe Esposito <[email protected]>
0 commit comments