clean up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7517 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
50c2d0a0bb
commit
c53adbb46b
|
@ -138,8 +138,7 @@ static switch_status_t config_logger(void)
|
|||
#else
|
||||
COLORIZE = 1;
|
||||
#endif
|
||||
}
|
||||
if (!strcasecmp(var, "loglevel")) {
|
||||
} else if (!strcasecmp(var, "loglevel")) {
|
||||
hard_log_level = switch_log_str2level(val);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue