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) << "Can not form connection "<first<<" with only one Port from "<< it->second.owners[0]<< endlog();
+ log(Warning) << "Can not form connection "<first<<" with only one Port from "<< it->second.owners[0]->getName()<< endlog();
continue;
}
// first find a write and a read port.
}}}

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)