Changeset 6866 for source/ariba/overlay
- Timestamp:
- Nov 6, 2009, 9:23:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r6854 r6866 524 524 logging_warn("Could not send message. No relay hop found to " 525 525 << destination) 526 return -1; 526 logging_error("ERROR: " << debugInformation() ); 527 // return -1; 527 528 } 528 529 } 529 530 530 531 // routed message 531 else{532 /*else*/ { 532 533 // no-> relay path! route over overlay path 533 534 LinkID next_id = overlayInterface->getNextLinkId( destination ); … … 535 536 logging_warn("Could not send message. No next hop found to " << 536 537 destination ); 538 logging_error("ERROR: " << debugInformation() ); 537 539 return -1; 538 540 } … … 548 550 else { 549 551 logging_warn("Could not send message. Link not known or up"); 552 logging_error("ERROR: " << debugInformation() ); 550 553 return -1; 551 554 }
Note:
See TracChangeset
for help on using the changeset viewer.