diff --git a/Redirector/EventHandler.cpp b/Redirector/EventHandler.cpp index f5ddea17..a8f155bf 100644 --- a/Redirector/EventHandler.cpp +++ b/Redirector/EventHandler.cpp @@ -295,6 +295,8 @@ void udpCreated(ENDPOINT_ID id, PNF_UDP_CONN_INFO info) return; } + wcout << "[Redirector][EventHandler][udpCreated][" << id << "][" << info->processId << "] " << GetProcessName(info->processId) << endl; + lock_guard lg(udpContextLock); udpContext[id] = new SocksHelper::UDP(); }