Index: sources/storage/Logger.cpp =================================================================== diff -u -r86a8bf85503555e814b049a30f2759501d785315 -rcf51c19d82d667644d7f70eaa521b43f908c7068 --- sources/storage/Logger.cpp (.../Logger.cpp) (revision 86a8bf85503555e814b049a30f2759501d785315) +++ sources/storage/Logger.cpp (.../Logger.cpp) (revision cf51c19d82d667644d7f70eaa521b43f908c7068) @@ -224,7 +224,7 @@ _dir.setPath(Storage::Standard_tmp); // NOTE: Do not use LOG_XXXXX, At this moment Logger has not been initialized yet QString msg = QString("temp location used for events logging (%1)").arg(_dir.path()); - qDebug() << msg; + //DEBUG qDebug() << msg; FileHandler::errOut(msg); } else { @@ -245,6 +245,13 @@ return ok; } +/*! + * \brief Logger::onCryptSetupMount + * \details the handlet for the _DeviceController::didCryptSetupMount + * to set the treatment fodler when the encrypted parttion is ready + * and successfully decrypted and mounted. + * It checks to make sure the folder exist and is able to be written and read. + */ void Logger::onCryptSetupMount(bool /*vPass*/) { LogType vLogType = LogType::eLogTrtmt;