tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9041 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bc2fc3fa14
commit
56d2b38e69
|
@ -78,7 +78,7 @@ static void add_mapping(char *var, char *val, int cumlative)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!strcasecmp(var, "all")) {
|
if (!strcasecmp(var, "all")) {
|
||||||
all_level |= m;
|
all_level = m | switch_log_str2mask("console");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue