From: Dragos Oancea Date: Wed, 8 Jun 2022 10:25:35 +0000 (+0300) Subject: [core] fix loglevel - switch_ivr_phrase_macro_event() X-Git-Tag: v1.10.8^2~52^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1684%2Fhead;p=thirdparty%2Ffreeswitch.git [core] fix loglevel - switch_ivr_phrase_macro_event() --- diff --git a/src/switch_ivr_play_say.c b/src/switch_ivr_play_say.c index 7f8a44eeeb..1cd4c623df 100644 --- a/src/switch_ivr_play_say.c +++ b/src/switch_ivr_play_say.c @@ -259,7 +259,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_phrase_macro_event(switch_core_sessio switch_normalize_volume_granular(volume) pfh.volgranular = volume; - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Setting playback volume to %d\n", pfh.volgranular); + switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Setting playback volume to %d\n", pfh.volgranular); } status = switch_ivr_play_file(session, &pfh, odata, args); } else if (!strcasecmp(func, "phrase")) {