Navigation


Changeset 1198:8c4dd4b693c6 in freeDiameter for libfdcore/p_cnx.c


Ignore:
Timestamp:
Jun 13, 2013, 6:30:14 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Some cleanups in the traces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_cnx.c

    r1190 r1198  
    7878        uint16_t        port_no; /* network order */
    7979        int             dotls_immediate;
     80        int count = 0;
    8081       
    8182        TRACE_ENTRY("%p", peer);
     
    184185                                fd_list_insert_before(&peer->p_connparams, &new->chain);
    185186                        }
     187                        count++;
    186188                }
    187189        }
     
    206208                        fd_list_insert_after(&peer->p_connparams, &new->chain); /* very first position */
    207209                }
     210                count++;
    208211        }
    209212#endif /* DISABLE_SCTP */
     213       
     214        LOG_D("Prepared %d sets of connection parameters to peer %s", count, peer->p_hdr.info.pi_diamid);
    210215       
    211216        return 0;
Note: See TracChangeset for help on using the changeset viewer.