]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorBrian West <brian@freeswitch.org>
Tue, 15 Jul 2008 17:54:13 +0000 (17:54 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 15 Jul 2008 17:54:13 +0000 (17:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9041 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/loggers/mod_console/mod_console.c

index 10a88129668ebc6fd80af4eabf79810ad3918254..70c340611cbbd1f28581230014174cb53837d29a 100644 (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;
        }