summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-24 07:46:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-24 07:46:17 +0000
commit923689479d1298a7a24bdc2a846a6d160d058481 (patch)
tree04c77e0af6f9abadb2b5561139372e5beef9a9e0 /TAO/tao/PortableServer
parent64e81399bae97f426aa8625bc0426267f608f2a7 (diff)
downloadATCD-923689479d1298a7a24bdc2a846a6d160d058481.tar.gz
ChangeLogTag: Mon Oct 24 08:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r--TAO/tao/PortableServer/Root_POA.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/Root_POA.cpp b/TAO/tao/PortableServer/Root_POA.cpp
index 7ff329f3a3f..68e49420e34 100644
--- a/TAO/tao/PortableServer/Root_POA.cpp
+++ b/TAO/tao/PortableServer/Root_POA.cpp
@@ -823,7 +823,7 @@ TAO_Root_POA::destroy_i (CORBA::Boolean etherealize_objects,
this->cleanup_in_progress_ = 1;
// Inform the custom servant dispatching strategy to stop the working
- // threads when the poa is destroyed.
+ // threads when the poa is destroyed.
this->poa_deactivated_hook ();
// This operation destroys the POA and all descendant POAs. The POA
@@ -2518,8 +2518,8 @@ TAO_Root_POA::ORT_adapter_i (void)
ACE_CATCHANY
{
ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION,
- "(%P|%t) Cannot initialize the "
- "object_reference_template_adapter\n");
+ "Cannot initialize the "
+ "object_reference_template_adapter");
}
ACE_ENDTRY;
ACE_CHECK_RETURN (0);