filelist/*: use "searching" instead of "including" in top-level msg
When this is printed, it's about to search the given path for stuff to slurp up, but it hasn't actually included anything yet. Using "Including" here was kinda confusing, so this changes it to use "Searching for." Hopefully that's better!
This commit is contained in:
@@ -30,7 +30,7 @@ func New(modulesList []string, modulesListPath string) *Modules {
|
||||
}
|
||||
|
||||
func (m *Modules) List() (*filelist.FileList, error) {
|
||||
log.Println("- Including kernel modules from ", m.modulesListPath)
|
||||
log.Printf("- Searching for kernel modules from %s", m.modulesListPath)
|
||||
|
||||
kernVer, err := osutil.GetKernelVersion()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user