[calamares] Log failed module-load in test-application

This commit is contained in:
Adriaan de Groot 2021-09-27 13:34:08 +02:00
parent de9e6a7d70
commit 058e6cbcda

View File

@ -325,6 +325,17 @@ load_module( const ModuleConfig& moduleConfig )
{ {
break; break;
} }
else
{
if ( !fi.exists() )
{
cDebug() << "Expected a descriptor file" << fi.path();
}
else
{
cDebug() << "Read descriptor" << fi.path() << "and it was empty.";
}
}
} }
} }