Index: source/ariba/overlay/LinkDescriptor.h
===================================================================
--- source/ariba/overlay/LinkDescriptor.h	(revision 5872)
+++ source/ariba/overlay/LinkDescriptor.h	(revision 5873)
@@ -126,7 +126,7 @@
 			s << "remote link=" << remoteLink.toString().substr(0,4) << " ";
 			if (routeRecord.size()>0) {
-				cout << "route record=";
+				s << "route record=";
 				for (size_t i=0; i<routeRecord.size(); i++)
-					cout << routeRecord[i].toString().substr(0,4) << " ";
+					s << routeRecord[i].toString().substr(0,4) << " ";
 			}
 		} else {
