summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-30 22:09:25 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-30 22:09:25 +0000
commita482d5d2f78cd1addd55d6d6023446cd2a29aeef (patch)
tree2611f8088f81dcdcaebd8b140ef19c9a42812523
parent3610d442cbaf9c4236424303e4b9239b78f51919 (diff)
downloadATCD-a482d5d2f78cd1addd55d6d6023446cd2a29aeef.tar.gz
fixed a couple of ACE_TRACE args
-rw-r--r--ace/OS.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp
index 4a398e51184..7eb318d9374 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -574,7 +574,7 @@ public:
extern "C" void *
ace_thread_adapter (void *args)
{
- // ACE_TRACE ("ACE_Thread_Adapter::svc_run");
+ // ACE_TRACE ("ace_thread_adapter");
ACE_Thread_Adapter *thread_args = (ACE_Thread_Adapter *) args;
ACE_THR_FUNC func = thread_args->func_;
@@ -609,7 +609,7 @@ ACE_Thread_Adapter::ACE_Thread_Adapter (ACE_THR_FUNC f, void *a)
: func_(f),
arg_(a)
{
-// ACE_TRACE ("ACE_Thread_Adapter::ACE_Thread_Adapter");
+// ACE_TRACE ("Ace_Thread_Adapter::Ace_Thread_Adapter");
}
#endif /* VXWORKS */