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:
Mark Spencer
2004-11-01 01:48:35 +00:00
parent afd15388cc
commit 2b6344872f
2 changed files with 5 additions and 3 deletions

View File

@@ -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;