diff --git a/src/hermes.cpp b/src/hermes.cpp index 9c9ae1f..8b3c193 100644 --- a/src/hermes.cpp +++ b/src/hermes.cpp @@ -222,7 +222,7 @@ main else { #ifdef WIN32 - LDEB("New thread created [" + Utils::ulongtostr(nconns) + "] thread_id: " + Utils::ulongtostr(thread.t) + ":" + Utils::ulongtostr(thread.x)); + LDEB("New thread created [" + Utils::ulongtostr(nconns) + "] thread_id: " + Utils::ulongtostr(thread.p) + ":" + Utils::ulongtostr(thread.x)); #else LDEB("New thread created [" + Utils::ulongtostr(nconns) + "] thread_id: " + Utils::ulongtostr(thread)); #endif //WIN32