Changeset 6947 for source/ariba/overlay
- Timestamp:
- Nov 17, 2009, 6:52:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r6946 r6947 1132 1132 // return own end-point descriptor 1133 1133 if( node == nodeId || node.isUnspecified() ) { 1134 logging_info("getEndpointDescriptor: returning self.");1134 //logging_info("getEndpointDescriptor: returning self."); 1135 1135 return bc->getEndpointDescriptor(); 1136 1136 } … … 1153 1153 bc->getEndpointDescriptor(ld->communicationId); 1154 1154 if(ep != EndpointDescriptor::UNSPECIFIED()) { 1155 logging_info("getEndpointDescriptor: using " << ld->to_string());1155 //logging_info("getEndpointDescriptor: using " << ld->to_string()); 1156 1156 return ep; 1157 1157 }
Note:
See TracChangeset
for help on using the changeset viewer.