diff options
Diffstat (limited to 'src/engine/events/Connect.cpp')
-rw-r--r-- | src/engine/events/Connect.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/events/Connect.cpp b/src/engine/events/Connect.cpp index 51378ca1..abc093a5 100644 --- a/src/engine/events/Connect.cpp +++ b/src/engine/events/Connect.cpp @@ -179,7 +179,8 @@ Connect::post_process() return; } - ss << boost::format("Unable to make connection %1% -> %2% (") % _src_port_path % _dst_port_path; + ss << boost::format("Unable to make connection %1% -> %2% (") + % _src_port_path.chop_scheme() % _dst_port_path.chop_scheme(); switch (_error) { case PARENT_PATCH_DIFFERENT: |