summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-09-08 08:49:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-09-08 08:49:31 +0000
commit07d3c6b5ff627574e79ea1a57ac03de87a0552ca (patch)
tree98c3e91fb2b2fd4647b9cfc548532ab47a714f67
parent0df64176774e3a7f4cc5671dab99a1790a1ca82c (diff)
downloadATCD-07d3c6b5ff627574e79ea1a57ac03de87a0552ca.tar.gz
Tue Sep 8 08:38:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--CIAO/DAnCE/Plan_Generator/PCVisitor.cpp5
-rw-r--r--CIAO/DAnCE/Plan_Generator/Plan_Generator_Impl.cpp8
2 files changed, 8 insertions, 5 deletions
diff --git a/CIAO/DAnCE/Plan_Generator/PCVisitor.cpp b/CIAO/DAnCE/Plan_Generator/PCVisitor.cpp
index 99621fcc7c2..09f5003f2b2 100644
--- a/CIAO/DAnCE/Plan_Generator/PCVisitor.cpp
+++ b/CIAO/DAnCE/Plan_Generator/PCVisitor.cpp
@@ -29,6 +29,7 @@
#include "PCVisitorBase.h"
#include "PCVisitor.h"
+#include "DAnCE/Logger/Log_Macros.h"
//Constructor
PCVisitor::PCVisitor (Deployment::DeploymentPlan &plan,
@@ -64,7 +65,7 @@ void PCVisitor::Visit (Deployment::PackageConfiguration &pc)
Accept (*this, pc.basePackage);
}
else
- ACE_DEBUG ((LM_WARNING,
+ DANCE_DEBUG ((LM_WARNING,
"[PCVisitor - PackageConfiguration] We currently "
"do NOT support package references, specializedConfigs",
"or imports!\n"));
@@ -119,7 +120,7 @@ void PCVisitor::Visit (Deployment::SubcomponentInstantiationDescription &sid)
Accept (*this, sid.basePackage);
}
else
- ACE_DEBUG ((LM_WARNING,
+ DANCE_DEBUG ((LM_WARNING,
"[PCVisitor - SubcomponentInstantiationDescription] ",
"We currently do NOT support package references, ",
"specializedConfigs or imports!\n"));
diff --git a/CIAO/DAnCE/Plan_Generator/Plan_Generator_Impl.cpp b/CIAO/DAnCE/Plan_Generator/Plan_Generator_Impl.cpp
index 5498df66af3..dd394bfe4b5 100644
--- a/CIAO/DAnCE/Plan_Generator/Plan_Generator_Impl.cpp
+++ b/CIAO/DAnCE/Plan_Generator/Plan_Generator_Impl.cpp
@@ -9,6 +9,8 @@
#include "PCVisitor.h"
#include "PCVisitorBase.h"
+#include "DAnCE/Logger/Log_Macros.h"
+
namespace CIAO
{
namespace Plan_Generator
@@ -61,7 +63,7 @@ namespace CIAO
if (CORBA::is_nil (this->rm_.in ()))
{
- ACE_ERROR ((LM_ERROR,
+ DANCE_ERROR ((LM_ERROR,
"(%P|%t) Plan_Generator_i: nil Repository "
"Manager reference, narrow failed\n"));
return false;
@@ -77,7 +79,7 @@ namespace CIAO
{
if (CORBA::is_nil (rm_.in ()))
{
- ACE_ERROR ((LM_ERROR,
+ DANCE_ERROR ((LM_ERROR,
"(%P|%t) Plan_Generator_i: nil Execution\n"));
return false;
}
@@ -128,7 +130,7 @@ namespace CIAO
{
if (CORBA::is_nil (rm_.in ()))
{
- ACE_ERROR ((LM_ERROR,
+ DANCE_ERROR ((LM_ERROR,
"(%P|%t) Plan_Generator_i: nil Execution\n"));
return false;
}