mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[libcalamaresui] Improve warning message
- Tell the packager / deployer that certain modules are missing
This commit is contained in:
parent
ec7c5a4611
commit
8fcdbd5bd5
1 changed files with 2 additions and 1 deletions
|
@ -358,7 +358,8 @@ ModuleManager::checkDependencies()
|
|||
somethingWasRemovedBecauseOfUnmetDependencies = true;
|
||||
m_availableDescriptorsByModuleName.erase( it );
|
||||
failed << moduleName;
|
||||
cWarning() << "Module" << moduleName << "has unknown requirements" << Logger::DebugList( unmet );
|
||||
cWarning() << "Module" << moduleName << "requires modules" << Logger::DebugList( unmet );
|
||||
cWarning() << Logger::SubEntry << "but these are not available (listed in settings, or installed).";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue