Ignore:
Timestamp:
Aug 5, 2009, 9:36:08 AM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/SideportListener.cpp

    r5686 r5689  
    117117                overlay->bc->queryLocalLink(link->communicationId);
    118118
    119         if(bclink.isUnspecified() || bclink.localLocator == NULL){
    120                 logging_error("no reachability for node " << node.toString());
    121                 return (Protocol)ret;
    122         }
     119        if(bclink.isUnspecified() || bclink.localLocator == NULL) return (Protocol)ret;
    123120
    124121        const address_v* locator = bclink.remoteLocator;
     
    137134                ret |= SideportListener::rfcomm;
    138135        }
    139 
    140         logging_error("reachability for node " << node.toString() << " is " << ret);
    141136
    142137        return (Protocol)ret;
Note: See TracChangeset for help on using the changeset viewer.