Ignore:
Timestamp:
Aug 7, 2009, 1:58:35 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/SideportListener.cpp

    r5781 r5784  
    128128                if( tcpip.address().is_v4() || tcpip.address().is_v4_mapped() ){
    129129                        ret |= SideportListener::ipv4;
    130                         cout << "address " << tcpip.address().to_string() << " is v4" << std::endl;
    131130                }else if( tcpip.address().is_v6() ){
    132131                        ret |= SideportListener::ipv6;
    133                         cout << "address " << tcpip.address().to_string() << " is v6" << std::endl;
    134132                }
    135133
Note: See TracChangeset for help on using the changeset viewer.