mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -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 )
|
||||
{
|
||||
cDebug() << " .. requirement" << count << r.name << "is not satisfied.";
|
||||
cDebug() << Logger::SubEntry << "requirement" << count << r.name << "is not satisfied.";
|
||||
acceptable = false;
|
||||
}
|
||||
++count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue