more snprintf...more later

This commit is contained in:
DarthArgus
2016-08-02 02:23:21 +00:00
parent 2b5d006bb9
commit cbf84b65a4
@@ -103,7 +103,7 @@ m_pendingTicketList(new PendingTicketList)
m_callback->connect(*this, &CustomerServiceServer::onEnumerateServers);
char text[512];
snprintf(text, sizeof(text), "CustomerServiceServer() - ServerName(%s) ServerPort(%i) GameCode(%s)", ConfigCustomerServiceServer::getCustomerServiceServerAddress(), ConfigCustomerServiceServer::getCustomerServiceServerPort(), ConfigCustomerServiceServer::getGameCode());
snprintf(text, 512, "CustomerServiceServer() - ServerName(%s) ServerPort(%i) GameCode(%s)", ConfigCustomerServiceServer::getCustomerServiceServerAddress(), ConfigCustomerServiceServer::getCustomerServiceServerPort(), ConfigCustomerServiceServer::getGameCode());
REPORT_LOG(true, ("%s\n", text));
LOG("CSServer", ("%s", text));