Adding debug log entry.

This commit is contained in:
lotodore
2009-03-23 22:30:50 +00:00
parent b8a83b0dc8
commit 13f70f85a7
+1
View File
@@ -1094,6 +1094,7 @@ ServerLobbyThread::HandleNewConnection(boost::shared_ptr<ConnectData> connData)
tmpAddress[sizeof(tmpAddress) - 1] = 0; // paranoia
sessionData->SetClientAddr(tmpAddress);
}
LOG_MSG("Client address: " << sessionData->GetClientAddr());
}
else
{