mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
[libcalamaresui] Make logging more consistent
This commit is contained in:
parent
aaeea16871
commit
d6cf0617f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue