diff --git a/LibDataBaseInterface/databaselms.h b/LibDataBaseInterface/databaselms.h index 051e5f8..64d4fd9 100644 --- a/LibDataBaseInterface/databaselms.h +++ b/LibDataBaseInterface/databaselms.h @@ -11,7 +11,7 @@ #include "tasksAmmFim.h" #include "timingoftrainee.h" -static const QString backupEmptyName = ".\\restoreDB\\DBLMS_EMPTY.backup"; +static const QString backupEmptyName = ".\\DBLMS_EMPTY.backup"; static const QString restoreDBscriptName = ".\\restoreDB\\restoreDBscript.bat"; class DATABASELMS_EXPORT DataBaseSettings diff --git a/LibServer/Systems/logger.cpp b/LibServer/Systems/logger.cpp index b827be6..4cd80f6 100644 --- a/LibServer/Systems/logger.cpp +++ b/LibServer/Systems/logger.cpp @@ -70,10 +70,10 @@ void Logger::handleLog(QString msg, LogLevel logLevel) QString level; QString colorLevel = "pink"; -#ifndef PROJECT_TYPE_DEBUG - if(logLevel == DEBUG) - return; -#endif +//#ifndef PROJECT_TYPE_DEBUG +// if(logLevel == DEBUG) +// return; +//#endif switch (logLevel) {