its enough to log that a client is connected and then to log when the server is stopped. It is redundant to log that server has started
This commit is contained in:
parent
0c3c3fa8ae
commit
06f36372e3
1 changed files with 0 additions and 2 deletions
|
@ -72,8 +72,6 @@ void CServer::Start ()
|
||||||
|
|
||||||
/* init time for response time evaluation */
|
/* init time for response time evaluation */
|
||||||
TimeLastBlock = QTime::currentTime ();
|
TimeLastBlock = QTime::currentTime ();
|
||||||
|
|
||||||
qDebug ( CLogTimeDate::toString() + "Server started" );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue