From d42a63b72dfbc2688b5c7ff021f2f66b409b5fd6 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Fri, 16 Jan 2015 01:08:26 -0600 Subject: [PATCH] TCPConnection Loop add to TCP Category --- common/tcp_connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tcp_connection.cpp b/common/tcp_connection.cpp index 4a17125a0..2cba6fd88 100644 --- a/common/tcp_connection.cpp +++ b/common/tcp_connection.cpp @@ -927,7 +927,7 @@ ThreadReturnType TCPConnection::TCPConnectionLoop(void* tmp) { tcpc->MLoopRunning.unlock(); #ifndef WIN32 - logger.LogDebug(EQEmuLogSys::Detail, "Ending TCPConnectionLoop with thread ID %d", pthread_self()); + logger.LogDebugType(EQEmuLogSys::Detail, EQEmuLogSys::TCP_Connection, __FUNCTION__ "Ending TCPConnectionLoop with thread ID %d", pthread_self()); #endif THREAD_RETURN(nullptr);