summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-12-29 18:08:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-12-29 18:08:32 +0000
commit1f58e8a559e8593ddfce9327a342d39c72e2584c (patch)
treeb37ee9c880d13fbfbda2c8460d3a575f37275ae2
parentf208d4646a09f59af3f0a64a710485daf7a46ae0 (diff)
downloadATCD-1f58e8a559e8593ddfce9327a342d39c72e2584c.tar.gz
-rw-r--r--CIAO/DAnCE/Plan_Launcher/Plan_Launcher.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.cpp b/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.cpp
index c7354e4eb71..99fd3548997 100644
--- a/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.cpp
+++ b/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.cpp
@@ -16,7 +16,8 @@ namespace DAnCE
}
catch (const Plan_Launcher_Impl::Deployment_Failure& e)
{
- DANCE_ERROR (1, (LM_ERROR, "PlanLauncher error : %C.\n", e.error_.c_str()));
+ DANCE_ERROR (1, (LM_ERROR, "PlanLauncher error: %C.\n", e.error_.c_str()));
+ return -1;
}
catch (const CORBA::Exception& ex)
{