Index: src/ch/ch.cpp =================================================================== diff -u -N -r3cd8d4a64a63e4fb32d7dc96e46789c713698435 -ra0a0c78670588f86c6be24afb076e6b304441563 --- src/ch/ch.cpp (.../ch.cpp) (revision 3cd8d4a64a63e4fb32d7dc96e46789c713698435) +++ src/ch/ch.cpp (.../ch.cpp) (revision a0a0c78670588f86c6be24afb076e6b304441563) @@ -235,7 +235,7 @@ // ================================= Logging ======================================== // initialize the global log file if it is requested by configuration file - strLogPath = strPath + + _T("\\ch.log"); + strLogPath = strPath + _T("\\ch.log"); chcore::TLogger& rLogger = chcore::TLogger::Acquire(); try