diff --git a/src/libcalamaresui/modulesystem/Module.cpp b/src/libcalamaresui/modulesystem/Module.cpp index d05245384..44798b32b 100644 --- a/src/libcalamaresui/modulesystem/Module.cpp +++ b/src/libcalamaresui/modulesystem/Module.cpp @@ -198,7 +198,7 @@ Module::loadConfigurationFile( const QString& configFileName ) //throws YAML::Ex return; } } - cDebug() << "No config file found in" << Logger::DebugList( configCandidates ); + cDebug() << "No config file for" << m_name << "found anywhere at" << Logger::DebugList( configCandidates ); }