mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
tweak log level
This commit is contained in:
parent
b87d42c41e
commit
193e584efc
@ -1664,7 +1664,7 @@ authed:
|
||||
char *expression = rule->name;
|
||||
|
||||
if ((proceed = switch_regex_perform(request.uri, expression, &re, ovector, sizeof(ovector) / sizeof(ovector[0])))) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR,
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,
|
||||
"%d request [%s] matched expr [%s]\n", proceed, request.uri, expression);
|
||||
request.uri = rule->value;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user