Navigation


Changeset 735:da8bfb070900 in freeDiameter for libfdproto


Ignore:
Timestamp:
Mar 2, 2011, 2:37:19 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix the logic of local + global debug level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/log.c

    r706 r735  
    4040pthread_mutex_t fd_log_lock = PTHREAD_MUTEX_INITIALIZER;
    4141pthread_key_t   fd_log_thname;
    42 int fd_g_debug_lvl = 0;
     42int fd_g_debug_lvl = INFO;
    4343
    4444/* These may be used to pass specific debug requests via the command-line parameters */
Note: See TracChangeset for help on using the changeset viewer.