summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-09-08 08:49:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-09-08 08:49:06 +0000
commit0df64176774e3a7f4cc5671dab99a1790a1ca82c (patch)
tree5e781b421e813c3e9162786a341d881eb4cdab8b
parent93ccd975bbf1952ab7eaf2e04e937e678bc51c16 (diff)
downloadATCD-0df64176774e3a7f4cc5671dab99a1790a1ca82c.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.cpp2
1 files changed, 1 insertions, 1 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 5b0231f6c49..35c3df68eef 100644
--- a/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/simple_em_launcher.cpp
+++ b/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/simple_em_launcher.cpp
@@ -121,7 +121,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
catch (...)
{
orb->destroy ();
- DANCE_ERROR ((LM_ERROR, "*** Caugn unknown exception\n"));
+ DANCE_ERROR ((LM_ERROR, "*** Caught unknown exception\n"));
return -1;
}
return 0;