fix in logging
This commit is contained in:
parent
336d8ef39c
commit
69e5e81aa6
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void CServer::Stop()
|
|||
|
||||
// logging
|
||||
const QString strLogStr = CLogTimeDate::toString() + ": server stopped "
|
||||
"#############################################";
|
||||
"############################################";
|
||||
|
||||
qDebug() << strLogStr; // on console
|
||||
Logging << strLogStr; // in log file
|
||||
|
|
Loading…
Reference in a new issue