fix in logging

This commit is contained in:
Volker Fischer 2008-12-12 17:54:54 +00:00
parent 336d8ef39c
commit 69e5e81aa6

View file

@ -117,7 +117,7 @@ void CServer::Stop()
// logging
const QString strLogStr = CLogTimeDate::toString() + ": server stopped "
"#############################################";
"############################################";
qDebug() << strLogStr; // on console
Logging << strLogStr; // in log file