summaryrefslogtreecommitdiff
path: root/ACE/tests/Logging_Strategy_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-15 07:10:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-15 07:10:23 +0000
commite0487957ba7333234addf70230f45df4127398d5 (patch)
tree9f13e8a571914714dae930ec33d63268582d3c5f /ACE/tests/Logging_Strategy_Test.cpp
parent9f3ce4439d226671b44867b9bbb28cdae650a8c6 (diff)
downloadATCD-e0487957ba7333234addf70230f45df4127398d5.tar.gz
Fri May 15 07:10:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Logging_Strategy_Test.cpp: Added debug statement to assist in analyzing the cegcc failure
Diffstat (limited to 'ACE/tests/Logging_Strategy_Test.cpp')
-rw-r--r--ACE/tests/Logging_Strategy_Test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/tests/Logging_Strategy_Test.cpp b/ACE/tests/Logging_Strategy_Test.cpp
index 31b8b610399..2d827fb3a44 100644
--- a/ACE/tests/Logging_Strategy_Test.cpp
+++ b/ACE/tests/Logging_Strategy_Test.cpp
@@ -436,6 +436,9 @@ int run_main (int argc, ACE_TCHAR *argv [])
// previous ofstream is closed only at the end (ACE_END_TEST)
ACE_CLOSE_TEST_LOG;
+ ACE_DEBUG ((LM_DEBUG,
+ ACE_TEXT ("Closed test log\n")));
+
// When Dlls are used, we utilize the dynamic service configuration
// mechanism to activate the logging strategy. This is not a must
// though, and you may activate the logging strategy as described in