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

This commit is contained in:
Adriaan de Groot 2019-06-12 08:32:28 +02:00
parent a6d7fcdadf
commit 85845c9b3e

View File

@ -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.";
}