Changeset 6832 for source/ariba/overlay/BaseOverlay.cpp
- Timestamp:
- Nov 5, 2009, 9:03:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r6824 r6832 509 509 if (destination == nodeId) { 510 510 logging_warn("Sent message to myself. Handling message.") 511 511 Message msg; 512 512 msg.encapsulate(message); 513 513 handleMessage( &msg, NULL ); … … 819 819 820 820 // bootstrap against ourselfs 821 logging_ debug("joining spovnet locally");821 logging_info("joining spovnet locally"); 822 822 823 823 overlayInterface->joinOverlay(); … … 836 836 837 837 // bootstrap against another node 838 logging_ debug("joining spovnet remotely against " << bootstrapEp.toString());838 logging_info("joining spovnet remotely against " << bootstrapEp.toString()); 839 839 840 840 const LinkID& lnk = bc->establishLink( bootstrapEp );
Note:
See TracChangeset
for help on using the changeset viewer.