[libcalamaresui] Make logging more consistent
This commit is contained in:
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…
Reference in New Issue
Block a user