Changeset 6947


Ignore:
Timestamp:
Nov 17, 2009, 6:52:35 PM (14 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r6946 r6947  
    11321132        // return own end-point descriptor
    11331133        if( node == nodeId || node.isUnspecified() ) {
    1134                 logging_info("getEndpointDescriptor: returning self.");
     1134                //logging_info("getEndpointDescriptor: returning self.");
    11351135                return bc->getEndpointDescriptor();
    11361136        }
     
    11531153                                bc->getEndpointDescriptor(ld->communicationId);
    11541154                if(ep != EndpointDescriptor::UNSPECIFIED()) {
    1155                         logging_info("getEndpointDescriptor: using " << ld->to_string());
     1155                        //logging_info("getEndpointDescriptor: using " << ld->to_string());
    11561156                        return ep;
    11571157                }
Note: See TracChangeset for help on using the changeset viewer.