Was printing the address of the TaskContext and not its name.
{{{
Index: deployment/DeploymentComponent.cpp
===================================================================
--- deployment/DeploymentComponent.cpp (revision 29787)
+++ deployment/DeploymentComponent.cpp (working copy)
@@ -743,7 +750,7 @@
// Create data port connections:
for(ConMap::iterator it = conmap.begin(); it != conmap.end(); ++it) {
if ( it->second.ports.size() == 1 ){
- log(Warning) << "Can not form connection "<
+ log(Warning) << "Can not form connection "<
continue;
}
// first find a write and a read port.
}}}
Fix bug in OCL::DeploymentComponent
Submitted by snrkiwi on Thu, 2008-12-18 18:56 |
Fix bug in OCL::DeploymentComponent
ML cut off patch. Attached.
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
Fix bug in OCL::DeploymentComponent
ML cut off patch. Attached.
Fix bug in OCL::DeploymentComponent
Was printing the address of the TaskContext and not its name.
{{{
Index: deployment/DeploymentComponent.cpp
===================================================================
--- deployment/DeploymentComponent.cpp (revision 29787)
+++ deployment/DeploymentComponent.cpp (working copy)
@@ -743,7 +750,7 @@
// Create data port connections:
for(ConMap::iterator it = conmap.begin(); it != conmap.end(); ++it) {
if ( it->second.ports.size() == 1 ){
- log(Warning)