summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/Updates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/Updates.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Updates.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Updates.cpp b/TAO/orbsvcs/tests/Notify/Basic/Updates.cpp
index b6ce2e54f17..426f2f2525e 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Updates.cpp
+++ b/TAO/orbsvcs/tests/Notify/Basic/Updates.cpp
@@ -116,10 +116,10 @@ Updates::types_changed (const CosNotification::EventTypeSeq & added,
{
if (TAO_debug_level)
{
- ACE_DEBUG ((LM_DEBUG, "Added Types.. \n"));
+ ACE_DEBUG ((LM_DEBUG, "Added Types..\n"));
this->print_event_types (added);
- ACE_DEBUG ((LM_DEBUG, "Removed Types.. \n"));
+ ACE_DEBUG ((LM_DEBUG, "Removed Types..\n"));
this->print_event_types (removed);
}
@@ -224,7 +224,7 @@ Updates::test_subscription_change (void)
if (TAO_debug_level)
{
- ACE_DEBUG ((LM_DEBUG, "obtain_subscription_types \n"));
+ ACE_DEBUG ((LM_DEBUG, "obtain_subscription_types\n"));
this->print_event_types (obtained.in ());
}
}
@@ -260,7 +260,7 @@ Updates::test_subscription_change (void)
if (TAO_debug_level)
{
- ACE_DEBUG ((LM_DEBUG, "obtain_subscription_types \n"));
+ ACE_DEBUG ((LM_DEBUG, "obtain_subscription_types\n"));
this->print_event_types (obtained.in ());
}
}
@@ -295,7 +295,7 @@ Updates::test_subscription_change (void)
if (TAO_debug_level)
{
- ACE_DEBUG ((LM_DEBUG, "obtain_subscription_types \n"));
+ ACE_DEBUG ((LM_DEBUG, "obtain_subscription_types\n"));
this->print_event_types (obtained.in ());
}
}
@@ -342,7 +342,7 @@ Updates::test_offer_change (void)
if (TAO_debug_level)
{
- ACE_DEBUG ((LM_DEBUG, "obtain_offer_types \n"));
+ ACE_DEBUG ((LM_DEBUG, "obtain_offer_types\n"));
this->print_event_types (obtained.in ());
}
}
@@ -378,7 +378,7 @@ Updates::test_offer_change (void)
if (TAO_debug_level)
{
- ACE_DEBUG ((LM_DEBUG, "obtain_offer_types \n"));
+ ACE_DEBUG ((LM_DEBUG, "obtain_offer_types\n"));
this->print_event_types (obtained.in ());
}
}
@@ -413,7 +413,7 @@ Updates::test_offer_change (void)
if (TAO_debug_level)
{
- ACE_DEBUG ((LM_DEBUG, "obtain_offer_types \n"));
+ ACE_DEBUG ((LM_DEBUG, "obtain_offer_types\n"));
this->print_event_types (obtained.in ());
}
}