summaryrefslogtreecommitdiff
path: root/ACE/tests/Logging_Strategy_Test.cpp
diff options
context:
space:
mode:
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