git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9041 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-07-15 17:54:13 +00:00
parent bc2fc3fa14
commit 56d2b38e69
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ static void add_mapping(char *var, char *val, int cumlative)
}
if (!strcasecmp(var, "all")) {
all_level |= m;
all_level = m | switch_log_str2mask("console");
return;
}