Navigation


Changeset 899:40d5e8002b12 in freeDiameter for include


Ignore:
Timestamp:
Dec 4, 2012, 5:53:16 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Disable all logs by default, activate required logs by command-line switch. To be improved when file logging is supported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r898 r899  
    22362236 */
    22372237enum fd_msg_log_cause {
    2238         FD_MSG_LOG_DROPPED = 0,  /* message has been dropped by the framework */
     2238        FD_MSG_LOG_DROPPED = 1,  /* message has been dropped by the framework */
    22392239        FD_MSG_LOG_RECEIVED,     /* message received from the network */
    22402240        FD_MSG_LOG_SENT,         /* message sent to another peer */
Note: See TracChangeset for help on using the changeset viewer.