]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[core] fix loglevel - switch_ivr_phrase_macro_event() 1684/head
authorDragos Oancea <dragos@signalwire.com>
Wed, 8 Jun 2022 10:25:35 +0000 (13:25 +0300)
committerDragos Oancea <dragos@signalwire.com>
Wed, 8 Jun 2022 10:25:35 +0000 (13:25 +0300)
src/switch_ivr_play_say.c

index 7f8a44eeeb8f179ead6fd8b332c4285a807c6cb1..1cd4c623df15f0ab4e55296ed9ed5444804dcbd8 100644 (file)
@@ -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")) {