[libcalamaresui] Improve wording when module is missing configuration

This commit is contained in:
Adriaan de Groot 2019-06-18 11:58:03 +02:00
parent 25fe8f73c9
commit 5fdaeaa899

View File

@ -198,7 +198,7 @@ Module::loadConfigurationFile( const QString& configFileName ) //throws YAML::Ex
return; return;
} }
} }
cDebug() << "No config file found in" << Logger::DebugList( configCandidates ); cDebug() << "No config file for" << m_name << "found anywhere at" << Logger::DebugList( configCandidates );
} }