[calamares] cLog() isn't a thing, return to cDebug()
This commit is contained in:
parent
a6d7fcdadf
commit
85845c9b3e
@ -89,8 +89,8 @@ CalamaresApplication::init()
|
||||
|
||||
CalamaresApplication::~CalamaresApplication()
|
||||
{
|
||||
cLog( Logger::LOGVERBOSE ) << "Shutting down Calamares...";
|
||||
cLog( Logger::LOGVERBOSE ) << Logger::SubEntry << "Finished shutdown.";
|
||||
cDebug( Logger::LOGVERBOSE ) << "Shutting down Calamares...";
|
||||
cDebug( Logger::LOGVERBOSE ) << Logger::SubEntry << "Finished shutdown.";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user