Changeset 10073


Ignore:
Timestamp:
Oct 27, 2011, 1:32:57 PM (12 years ago)
Author:
mayer@…
Message:

-testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/transport/tcpip/protlib/tp_over_tcp.cpp

    r9686 r10073  
    15261526    {
    15271527      Log(ERROR_LOG,LOG_CRIT, tpparam.name, "Binding to "
    1528           << (v4_mode ? inet_ntop(AF_INET, &own_address_v4.sin_addr, in_addrstr, INET_ADDRSTRLEN) :
    1529                           inet_ntop(AF_INET6, &own_address_v6.sin6_addr, in6_addrstr, INET6_ADDRSTRLEN))
     1528          <<  inet_ntop(AF_INET6, &own_address_v6.sin6_addr, in6_addrstr, INET6_ADDRSTRLEN)
    15301529          << " port " << tpparam.port << " failed, error: " << strerror(errno));
    15311530      return;
Note: See TracChangeset for help on using the changeset viewer.