summaryrefslogtreecommitdiff
path: root/ace/Thread_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread_Adapter.cpp')
-rw-r--r--ace/Thread_Adapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Thread_Adapter.cpp b/ace/Thread_Adapter.cpp
index 76bf66710ee..91357bfc58f 100644
--- a/ace/Thread_Adapter.cpp
+++ b/ace/Thread_Adapter.cpp
@@ -34,7 +34,7 @@ ACE_Thread_Adapter::ACE_Thread_Adapter (ACE_THR_FUNC user_func,
)
, thr_mgr_ (tm)
{
- ACE_OS_TRACE ("Ace_Thread_Adapter::Ace_Thread_Adapter");
+ ACE_OS_TRACE ("ACE_Thread_Adapter::ACE_Thread_Adapter");
}
ACE_Thread_Adapter::~ACE_Thread_Adapter (void)