[calamares] Log failed module-load in test-application
This commit is contained in:
parent
de9e6a7d70
commit
058e6cbcda
@ -325,6 +325,17 @@ load_module( const ModuleConfig& moduleConfig )
|
||||
{
|
||||
break;
|
||||
}
|
||||
else
|
||||
{
|
||||
if ( !fi.exists() )
|
||||
{
|
||||
cDebug() << "Expected a descriptor file" << fi.path();
|
||||
}
|
||||
else
|
||||
{
|
||||
cDebug() << "Read descriptor" << fi.path() << "and it was empty.";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user