summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp')
-rw-r--r--TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp b/TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp
index ea8233ff39c..d2ae843ec17 100644
--- a/TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp
+++ b/TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp
@@ -81,7 +81,7 @@ Notifier_Input_Handler::init_naming_service (void)
catch (const CosNaming::NamingContext::AlreadyBound&)
{
ACE_ERROR_RETURN ((LM_ERROR,
- "Unable to bind %s \n",
+ "Unable to bind %s\n",
"Notifier"),
-1);
}
@@ -206,7 +206,7 @@ Notifier_Input_Handler::run (void)
ACE_DEBUG ((LM_DEBUG,
- " Type \"q\" to quit \n "));
+ " Type \"q\" to quit \n"));
int result = this->orb_manager_.run ();