summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-09-08 08:48:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-09-08 08:48:50 +0000
commit93ccd975bbf1952ab7eaf2e04e937e678bc51c16 (patch)
tree5a7abd04e961d2bfd8d48b7d2b114932236c4ef4
parent57237c873e604438f50ee17336d6c85e46078e77 (diff)
downloadATCD-93ccd975bbf1952ab7eaf2e04e937e678bc51c16.tar.gz
Tue Sep 8 08:38:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/simple_em_launcher.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/simple_em_launcher.cpp b/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/simple_em_launcher.cpp
index ea9183a430f..5b0231f6c49 100644
--- a/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/simple_em_launcher.cpp
+++ b/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/simple_em_launcher.cpp
@@ -5,7 +5,7 @@
* Launches then immediately tears down a plan.
*/
-#include "ace/Log_Msg.h"
+
#include "ace/OS_NS_unistd.h"
#include "tao/ORB.h"
#include "ciao/Logger/Logger_Service.h"
@@ -17,7 +17,7 @@
int usage ()
{
- ACE_ERROR ((LM_ERROR, "simple_nm_launcher <nm_url> <plan>\n"));
+ DANCE_ERROR ((LM_ERROR, "simple_nm_launcher <nm_url> <plan>\n"));
return -1;
}
@@ -113,7 +113,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
}
catch (const CORBA::Exception &ex)
{
- ACE_ERROR ((LM_ERROR, "*** Caught CORBA exception: %C\n",
+ DANCE_ERROR ((LM_ERROR, "*** Caught CORBA exception: %C\n",
ex._info ().c_str ()));
return -1;
@@ -121,7 +121,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
catch (...)
{
orb->destroy ();
- ACE_ERROR ((LM_ERROR, "*** Caugn unknown exception\n"));
+ DANCE_ERROR ((LM_ERROR, "*** Caugn unknown exception\n"));
return -1;
}
return 0;