Changeset 6866


Ignore:
Timestamp:
Nov 6, 2009, 9:23:11 AM (14 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/BaseOverlay.cpp

    r6854 r6866  
    524524                        logging_warn("Could not send message. No relay hop found to "
    525525                                        << destination)
    526                                         return -1;
     526                        logging_error("ERROR: " << debugInformation() );
     527                //                      return -1;
    527528                }
    528529        }
    529530
    530531        // routed message
    531         else {
     532        /*else*/ {
    532533                // no-> relay path! route over overlay path
    533534                LinkID next_id = overlayInterface->getNextLinkId( destination );
     
    535536                        logging_warn("Could not send message. No next hop found to " <<
    536537                                        destination );
     538                        logging_error("ERROR: " << debugInformation() );
    537539                        return -1;
    538540                }
     
    548550                else {
    549551                        logging_warn("Could not send message. Link not known or up");
     552                        logging_error("ERROR: " << debugInformation() );
    550553                        return -1;
    551554                }
Note: See TracChangeset for help on using the changeset viewer.