summaryrefslogtreecommitdiff
path: root/ACE/tests/Log_Msg_Test.cpp
diff options
context:
space:
mode:
authormhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-24 14:16:37 +0000
committermhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-24 14:16:37 +0000
commit0e9570b08174b8fa9dd665a7ec278cbab6f4a506 (patch)
tree21cd6fc7251526aa79b7068400ffba62cf17c428 /ACE/tests/Log_Msg_Test.cpp
parent47dea9c1956f186ce4de98fea2f3ffb2553a293a (diff)
downloadATCD-0e9570b08174b8fa9dd665a7ec278cbab6f4a506.tar.gz
Tue Aug 24 14:15:45 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>
* ace/Log_Msg.cpp * ace/Log_Msg.h * tests/Log_Msg_Test.cpp Revert changes for logging thread id as argument.
Diffstat (limited to 'ACE/tests/Log_Msg_Test.cpp')
-rw-r--r--ACE/tests/Log_Msg_Test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/tests/Log_Msg_Test.cpp b/ACE/tests/Log_Msg_Test.cpp
index 44be500a544..e5752a690f7 100644
--- a/ACE/tests/Log_Msg_Test.cpp
+++ b/ACE/tests/Log_Msg_Test.cpp
@@ -636,10 +636,8 @@ test_format_specs (void)
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("%T\n")));
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("%#T\n"), &tv));
- ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("thread id as argument %#t\n"), ACE_Thread::self ()));
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("thread id %t\n")));
- ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("thread id as argument %#t\n"), 100));
-
+
Log_Spec_Verify verifier;
ACE_LOG_MSG->msg_callback (&verifier);