From 26e301f6f44ab4a19094cd3bf268356a01317004 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 12 Aug 2004 10:08:19 +0000 Subject: ChangeLogTag: Thu Aug 12 10:08:12 UTC 2004 Johnny Willemsen --- TAO/tests/Big_Oneways/Session_Control.cpp | 6 +++--- TAO/tests/Big_Oneways/server.cpp | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/TAO/tests/Big_Oneways/Session_Control.cpp b/TAO/tests/Big_Oneways/Session_Control.cpp index 5b5c2e8ee44..12f3c2d7566 100644 --- a/TAO/tests/Big_Oneways/Session_Control.cpp +++ b/TAO/tests/Big_Oneways/Session_Control.cpp @@ -23,20 +23,20 @@ Session_Control::~Session_Control (void) { ACE_DEBUG ((LM_DEBUG, "(%P|%t) Session_Control::~Session_control, " - " good, all sessions did finish\n")); + "good, all sessions did finish\n")); } else if (session_count_ != 0) { ACE_ERROR ((LM_ERROR, "ERROR: (%P|%t) Session_Control::~Session_control, " - " %d sessions did not finish\n", + "%d sessions did not finish\n", this->session_count_)); } else { ACE_ERROR ((LM_ERROR, "ERROR: (%P|%t) Session_Control::~Session_control, " - " some sessions failed\n")); + "some sessions failed\n")); } } diff --git a/TAO/tests/Big_Oneways/server.cpp b/TAO/tests/Big_Oneways/server.cpp index ff763eeff67..97274e76644 100644 --- a/TAO/tests/Big_Oneways/server.cpp +++ b/TAO/tests/Big_Oneways/server.cpp @@ -195,7 +195,7 @@ main (int argc, char *argv[]) return 1; } - ACE_DEBUG ((LM_DEBUG, "All sessions finished . . . \n")); + ACE_DEBUG ((LM_DEBUG, "All sessions finished, destroy session list . . .\n")); for (j = 0; j != peer_count; ++j) { @@ -204,9 +204,13 @@ main (int argc, char *argv[]) } + ACE_DEBUG ((LM_DEBUG, "Shutdown all peers . . .\n")); + coordinator_impl->shutdown_all_peers (ACE_ENV_SINGLE_ARG_PARAMETER); ACE_TRY_CHECK; + ACE_DEBUG ((LM_DEBUG, "Shutdown poa and orb . . .\n")); + root_poa->destroy (1, 1 ACE_ENV_ARG_PARAMETER); ACE_TRY_CHECK; -- cgit v1.2.1