Index: source/ariba/utility/transport/tcpip/protlib/address.cpp
===================================================================
--- source/ariba/utility/transport/tcpip/protlib/address.cpp	(revision 5870)
+++ source/ariba/utility/transport/tcpip/protlib/address.cpp	(revision 5876)
@@ -431,6 +431,6 @@
 		// Otherwise they are not equal.
 		if (hostaddress::operator==(ie)) {
-		    if (proto!=app->proto) cout << "protocols not matching" << endl;
-		    if (port !=app->port) cout << "ports not matching" << endl;
+		    //if (proto!=app->proto) cout << "protocols not matching" << endl;
+		    //if (port !=app->port) cout << "ports not matching" << endl;
 
 		    return ((proto==app->proto) && (port==app->port));
