[libcalamaresui] Log the found-modules
- fix up comment because it described an old member variable name - log number of modules found (all the *potential* modules)
This commit is contained in:
parent
c4b0511f8d
commit
a9a12820d8
@ -131,8 +131,11 @@ ModuleManager::doInit()
|
||||
cDebug() << "ModuleManager module search path does not exist:" << path;
|
||||
}
|
||||
}
|
||||
// At this point m_availableModules is filled with whatever was found in the
|
||||
// search paths.
|
||||
// At this point m_availableDescriptorsByModuleName is filled with
|
||||
// the modules that were found in the search paths.
|
||||
cDebug() << "Found"
|
||||
<< m_availableDescriptorsByModuleName.count() << "modules"
|
||||
<< m_moduleDirectoriesByModuleName.count() << "names";
|
||||
emit initDone();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user