From b9cbfe2e394549738bc179e2c68cc5d6b3ab95ea Mon Sep 17 00:00:00 2001 From: ps Date: Mon, 17 Jan 2011 21:04:52 +0000 Subject: [PATCH] fix typo --- src/hermes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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