Index: sources/storage/Logger.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r0c983aea7de7480e86739469f5a64ad18b244634 --- sources/storage/Logger.cpp (.../Logger.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/storage/Logger.cpp (.../Logger.cpp) (revision 0c983aea7de7480e86739469f5a64ad18b244634) @@ -213,7 +213,7 @@ { if (vUseApplicationDirPath) { _dir.setPath(qApp->applicationDirPath()); - // Do not use LOG_XXXXX, At this moment Logger has not been initialized yet + // NOTE: Do not use LOG_XXXXX, At this moment Logger has not been initialized yet qDebug() << QString("Application path used for events logging (%1)").arg(_dir.path()); } else {