summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Consumer_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Consumer_Handler.cpp')
-rw-r--r--TAO/examples/Event_Comm/Consumer_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Event_Comm/Consumer_Handler.cpp b/TAO/examples/Event_Comm/Consumer_Handler.cpp
index 76ce8eb38a6..7e70334ebc4 100644
--- a/TAO/examples/Event_Comm/Consumer_Handler.cpp
+++ b/TAO/examples/Event_Comm/Consumer_Handler.cpp
@@ -63,7 +63,7 @@ Consumer_Handler::init (int argc,
if (this->get_notifier () == -1)
ACE_ERROR_RETURN ((LM_ERROR,
" (%P|%t) Unable to get the notifier "
- "the TAO_Naming_Client. \n"),
+ "the TAO_Naming_Client.\n"),
-1);
// Subscribe ourselves with the notifier's broker.
@@ -88,7 +88,7 @@ Consumer_Handler::get_notifier (void)
if (naming_services_client_.init (orb_.in ()) != 0)
ACE_ERROR_RETURN ((LM_ERROR,
" (%P|%t) Unable to initialize "
- "the TAO_Naming_Client. \n"),
+ "the TAO_Naming_Client.\n"),
-1);
CosNaming::Name notifier_ref_name (1);