mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
Console fix (bug #2764) and logger fix...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4136 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
logger.c
2
logger.c
@@ -52,7 +52,7 @@ static char dateformat[256] = "%b %e %T"; /* Original Asterisk Format */
|
||||
AST_MUTEX_DEFINE_STATIC(msglist_lock);
|
||||
AST_MUTEX_DEFINE_STATIC(loglock);
|
||||
static int pending_logger_reload = 0;
|
||||
static int global_logmask = 0;
|
||||
static int global_logmask = -1;
|
||||
|
||||
static struct msglist {
|
||||
char *msg;
|
||||
|
||||
Reference in New Issue
Block a user