summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-09-08 08:45:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-09-08 08:45:40 +0000
commit196d4dd446ae8a4cab7e335a45177983289ce5ba (patch)
tree9e612bf64a5edfb03eb61e9e4eff6a7f77632f01
parent847be1d28abb49b681b8a4e04a4c171d05ab2c08 (diff)
downloadATCD-196d4dd446ae8a4cab7e335a45177983289ce5ba.tar.gz
Tue Sep 8 08:38:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--CIAO/DAnCE/StaticConfigurator/StaticDAnCEParser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/CIAO/DAnCE/StaticConfigurator/StaticDAnCEParser.cpp b/CIAO/DAnCE/StaticConfigurator/StaticDAnCEParser.cpp
index e0b86df1028..8fc88a0d379 100644
--- a/CIAO/DAnCE/StaticConfigurator/StaticDAnCEParser.cpp
+++ b/CIAO/DAnCE/StaticConfigurator/StaticDAnCEParser.cpp
@@ -27,7 +27,7 @@
static void
usage (const ACE_TCHAR* program)
{
- ACE_ERROR ((LM_ERROR,
+ DANCE_ERROR ((LM_ERROR,
ACE_TEXT ("Usage: %s -p <package URI>\n"),
program));
}
@@ -79,7 +79,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
if (node_impl_info.ptr() == 0)
{
- ACE_ERROR_RETURN ((LM_ERROR,
+ DANCE_ERROR_RETURN ((LM_ERROR,
"DAnCE (%P|%t) StaticParser -"
"Failed to create Node Implementation Infos!\n"), 1);
@@ -96,7 +96,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
num_components = impl_infos[i].impl_infos.length ();
for (j = 0; j < num_components; ++j)
{
- ACE_DEBUG ((LM_DEBUG, "The info for installation: \n\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n",
+ DANCE_DEBUG ((LM_DEBUG, "The info for installation: \n\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n",
impl_infos[i].impl_infos[j].component_instance_name.in (),
impl_infos[i].impl_infos[j].executor_dll.in (),
impl_infos[i].impl_infos[j].executor_entrypt.in (),