Changeset 4438
- Timestamp:
- Jun 22, 2009, 6:25:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r3712 r4438 303 303 304 304 305 bool BaseCommunication::receiveMessage(const Message* message, const LinkID& link, const NodeID& node){305 bool BaseCommunication::receiveMessage(const Message* message, const LinkID& /*invalid*/, const NodeID& ){ 306 306 307 307 // … … 435 435 436 436 if (linkDesc.isUnspecified()) { 437 logging_warn(" Failed to find local link " << spovmsg->getRemoteLink().toString());437 logging_warn("failed to find local link " << spovmsg->getRemoteLink().toString()); 438 438 return false; 439 439 } … … 442 442 linkDesc.linkup = true; 443 443 444 logging_debug( "the link is now up with local link id " << spovmsg->getRemoteLink().toString() ); 444 logging_debug( "the link is now up with local link id " << linkDesc.localLink.toString() << 445 " and remote link id " << linkDesc.remoteLink.toString() ); 445 446 446 447 // notify the baseoverlay that the link is up, so
Note:
See TracChangeset
for help on using the changeset viewer.