mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
[libcalamares] Make logging more consistent
This commit is contained in:
parent
8bb07528e2
commit
aaeea16871
3 changed files with 7 additions and 7 deletions
|
@ -65,7 +65,7 @@ System::instance()
|
|||
if ( !s_instance )
|
||||
{
|
||||
cError() << "No Calamares system-object has been created.";
|
||||
cError() << " .. using a bogus instance instead.";
|
||||
cError() << Logger::SubEntry << "using a bogus instance instead.";
|
||||
return new System( true, nullptr );
|
||||
}
|
||||
return s_instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue