https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=663
Summary: Deployer reports address of component instead of
component name, when unable form port connection
Product: OCL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Deployment
AssignedTo: orocos-dev [..] ...
ReportedBy: kiwi [dot] net [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0
{{{
0.684 [ Warning][DeploymentComponent::configureComponents] Can not form
connection CartesianPosition_desi_V with only one Port from 0x101cc00
}}}
should be
{{{
0.687 [ Warning][DeploymentComponent::configureComponents] Can not form
connection CartesianPosition_desi_V with only one Port from
CartesianGeneratorPos
}}}
[Bug 663] Deployer reports address of component instead of compo
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=663
Peter Soetens <peter [..] ...> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |1.8.1
CC| |peter [..] ...
Resolution| |FIXED
Status|NEW |RESOLVED
--- Comment #2 from Peter Soetens <peter [..] ...> 2009-06-21 21:55:31 ---
(In reply to comment #1)
> Created an attachment (id=440)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=440) [details]
> Patch to report component name
Applied. Thanks. Marked for 1.8.1
[Bug 663] Deployer reports address of component instead of compo
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=663
--- Comment #1 from S Roderick <kiwi [dot] net [..] ...> 2009-06-02 17:54:19 ---
Created an attachment (id=440)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=440)
Patch to report component name