From 9ea49b6d1c40a195e81b357304c9472affe86f15 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Wed, 11 Sep 2019 03:43:43 +0200 Subject: [PATCH] debug add connection --- src/net/common/serverlobbythread.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index 9775e212..0f9a0eff 100644 --- a/src/net/common/serverlobbythread.cpp +++ b/src/net/common/serverlobbythread.cpp @@ -305,6 +305,7 @@ ServerLobbyThread::AddConnection(boost::shared_ptr sessionData) m_sessionManager.AddSession(sessionData); LOG_VERBOSE("Accepted connection - session #" << sessionData->GetId() << "."); + LOG_ERROR("Accepted connection - session #" << sessionData->GetId() << "."); sessionData->StartTimerInitTimeout(SERVER_INIT_SESSION_TIMEOUT_SEC); sessionData->StartTimerGlobalTimeout(SERVER_SESSION_FORCED_TIMEOUT_SEC);