summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ace/Log_Msg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Log_Msg.cpp b/ACE/ace/Log_Msg.cpp
index 9e3f3949e52..dbf09f5d3da 100644
--- a/ACE/ace/Log_Msg.cpp
+++ b/ACE/ace/Log_Msg.cpp
@@ -1794,7 +1794,7 @@ ACE_Log_Msg::log (const ACE_TCHAR *format_str,
# ifdef ACE_HAS_GETTID
# define ACE_LOG_MSG_GET_THREAD_ID ACE_OS::thr_gettid
-# define ACE_LOG_MSG_GET_THREAD_ID_BUFFER_SIZE 8
+# define ACE_LOG_MSG_GET_THREAD_ID_BUFFER_SIZE 12
# else
# define ACE_LOG_MSG_GET_THREAD_ID ACE_OS::thr_id
# define ACE_LOG_MSG_GET_THREAD_ID_BUFFER_SIZE 32