[libcalamaresui] Make logging more consistent

main
Adriaan de Groot 6 years ago
parent aaeea16871
commit d6cf0617f6

@ -112,7 +112,7 @@ RequirementsChecker::finished()
{ {
if ( r.mandatory && !r.satisfied ) if ( r.mandatory && !r.satisfied )
{ {
cDebug() << " .. requirement" << count << r.name << "is not satisfied."; cDebug() << Logger::SubEntry << "requirement" << count << r.name << "is not satisfied.";
acceptable = false; acceptable = false;
} }
++count; ++count;

Loading…
Cancel
Save