Changeset 12775
- Timestamp:
- Apr 24, 2014, 7:52:37 PM (12 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  source/ariba/overlay/modules/chord/Chord.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      source/ariba/overlay/modules/chord/Chord.cppr12060 r12775 161 161 return; 162 162 163 baseoverlay.send_link( msg, link, system_priority::OVERLAY ); 163 try 164 { 165 baseoverlay.send_link( msg, link, system_priority::OVERLAY ); 166 } 167 catch ( message_not_sent& e ) 168 { 169 logging_warn("Chord: Could not send message over link " << link 170 << ": " << e.what()); 171 } 164 172 } 165 173 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
