git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1129 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2006-04-12 18:01:27 +00:00
parent a9a23aed22
commit 04ccb6ffe6
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ static switch_status switch_console_logger(const switch_log_node *node, switch_l
if (!lookup && all_level == -1) {
if ((lookup = switch_core_hash_find(log_hash, "all"))) {
all_level = (int) switch_log_str2level(lookup);
all_level = (int8_t) switch_log_str2level(lookup);
} else {
all_level = -2;
}