Changeset 4438 for source/ariba


Ignore:
Timestamp:
Jun 22, 2009, 6:25:52 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.cpp

    r3712 r4438  
    303303
    304304
    305 bool BaseCommunication::receiveMessage(const Message* message, const LinkID& link, const NodeID& node){
     305bool BaseCommunication::receiveMessage(const Message* message, const LinkID& /*invalid*/, const NodeID& ){
    306306
    307307        //
     
    435435
    436436                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());
    438438                        return false;
    439439                }
     
    442442                linkDesc.linkup = true;
    443443
    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() );
    445446
    446447                // notify the baseoverlay that the link is up, so
Note: See TracChangeset for help on using the changeset viewer.