Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/tcp.c

    r788 r965  
    137137        pthread_cleanup_push(fd_cleanup_socket, &s);
    138138       
    139         TRACE_DEBUG_sSA(FULL, "Attempting TCP connection with peer: ", sa, NI_NUMERICHOST | NI_NUMERICSERV, "..." );
     139        TRACE_sSA(FD_LOG_DEBUG, FULL, "Attempting TCP connection with peer: ", sa, NI_NUMERICHOST | NI_NUMERICSERV, "..." );
    140140       
    141141        /* Try connecting to the remote address */
Note: See TracChangeset for help on using the changeset viewer.