- a few more logging entries for future debugging needs

This commit is contained in:
Mark Vejvoda
2011-01-28 02:32:55 +00:00
parent 4d9cfc105e
commit 9adf8bcc62
4 changed files with 10 additions and 22 deletions

View File

@@ -94,7 +94,7 @@ GameNetworkInterface* NetworkManager::getGameNetworkInterface(bool throwErrorOnN
}
ServerInterface* NetworkManager::getServerInterface(bool throwErrorOnNull) {
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d] this->networkRole = %d gameNetworkInterface [%p]\n",__FILE__,__FUNCTION__,__LINE__,this->networkRole,gameNetworkInterface);
//SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d] this->networkRole = %d gameNetworkInterface [%p]\n",__FILE__,__FUNCTION__,__LINE__,this->networkRole,gameNetworkInterface);
//printf("==========] GET gameNetworkInterface (server) [%p]\n",gameNetworkInterface);
if(throwErrorOnNull) {