[calamares] cLog() isn't a thing, return to cDebug()

main
Adriaan de Groot 6 years ago
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…
Cancel
Save