git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7517 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-02-04 18:23:51 +00:00
parent 50c2d0a0bb
commit c53adbb46b
1 changed files with 1 additions and 2 deletions

View File

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