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:
Volker Fischer 2006-09-05 19:15:25 +00:00
parent 0c3c3fa8ae
commit 06f36372e3

View File

@ -72,8 +72,6 @@ void CServer::Start ()
/* init time for response time evaluation */
TimeLastBlock = QTime::currentTime ();
qDebug ( CLogTimeDate::toString() + "Server started" );
}
}