Index: source/ariba/communication/BaseCommunication.cpp
===================================================================
--- source/ariba/communication/BaseCommunication.cpp	(revision 4437)
+++ source/ariba/communication/BaseCommunication.cpp	(revision 4438)
@@ -303,5 +303,5 @@
 
 
-bool BaseCommunication::receiveMessage(const Message* message, const LinkID& link, const NodeID& node){
+bool BaseCommunication::receiveMessage(const Message* message, const LinkID& /*invalid*/, const NodeID& ){
 
 	//
@@ -435,5 +435,5 @@
 
 		if (linkDesc.isUnspecified()) {
-			logging_warn("Failed to find local link " << spovmsg->getRemoteLink().toString());
+			logging_warn("failed to find local link " << spovmsg->getRemoteLink().toString());
 			return false;
 		}
@@ -442,5 +442,6 @@
 		linkDesc.linkup = true;
 
-		logging_debug( "the link is now up with local link id " << spovmsg->getRemoteLink().toString() );
+		logging_debug( "the link is now up with local link id " << linkDesc.localLink.toString() <<
+											" and remote link id " << linkDesc.remoteLink.toString() );
 
 		// notify the baseoverlay that the link is up, so
