summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-07 14:29:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-07 14:29:33 +0000
commit15672e9256be3672456532552306e8e040473009 (patch)
tree245b3350803a8942cce1ba3bfd6d1fc5baa466e1 /CIAO
parent937a1f5b6d3b219ffb508c5f97a93d73f6c5b12f (diff)
downloadATCD-15672e9256be3672456532552306e8e040473009.tar.gz
Added missing \n
Diffstat (limited to 'CIAO')
-rw-r--r--CIAO/DAnCE/Plan_Launcher/Plan_Launcher.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.cpp b/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.cpp
index 53af859acd4..1d023c774bc 100644
--- a/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.cpp
+++ b/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.cpp
@@ -238,7 +238,7 @@ namespace CIAO
// Tear down the assembly
ACE_DEBUG ((LM_DEBUG,
- "Plan_Launcher: destroy the application....."));
+ "Plan_Launcher: destroy the application.....\n"));
if (! launcher.teardown_plan (uuid))
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) CIAO_PlanLauncher:tear down assembly failed: "
@@ -248,7 +248,7 @@ namespace CIAO
else if (mode == pl_mode_redeployment && new_deployment_plan_url != 0) // do redeployment
{
ACE_DEBUG ((LM_DEBUG,
- "Plan_Launcher: reconfigure application assembly....."));
+ "Plan_Launcher: reconfigure application assembly.....\n"));
CORBA::String_var uuid;
@@ -285,14 +285,14 @@ namespace CIAO
// Tear down the assembly
ACE_DEBUG ((LM_DEBUG,
- "Plan_Launcher: destroy the application....."));
+ "Plan_Launcher: destroy the application.....\n"));
launcher.teardown_plan (dapp_mgr.in ());
}
else if (mode == pl_mode_stop_by_uuid) // tear down by plan_uuid
{
// Tear down the assembly
ACE_DEBUG ((LM_DEBUG,
- "Plan_Launcher: destroy the application....."));
+ "Plan_Launcher: destroy the application.....\n"));
if (! launcher.teardown_plan (plan_uuid))
{
ACE_ERROR ((LM_ERROR,