1
0

Improvements to startup timer

As suggested by xoft. Also reverted changes of displayed protocol
version.
This commit is contained in:
Tiger Wang
2013-09-29 21:37:50 +01:00
parent ebae946f1c
commit 9c7cfd29ad
2 changed files with 9 additions and 17 deletions

View File

@@ -206,8 +206,8 @@ bool cServer::InitServer(cIniFile & a_SettingsIni)
return false;
}
LOGD("Compatible clients: %s", MCS_CLIENT_VERSIONS);
LOGD("Compatible protocol versions %s", MCS_PROTOCOL_VERSIONS);
LOGINFO("Compatible clients: %s", MCS_CLIENT_VERSIONS);
LOGINFO("Compatible protocol versions %s", MCS_PROTOCOL_VERSIONS);
if (cSocket::WSAStartup() != 0) // Only does anything on Windows, but whatever
{