]> git.ipfire.org Git - thirdparty/asterisk.git/commit
format_wav: replace ast_log(LOG_DEBUG, ...) by ast_debug(1, ...)
authorAlexei Gradinari <alex2grad@gmail.com>
Fri, 6 Jan 2023 16:06:09 +0000 (11:06 -0500)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 10 Jan 2023 15:06:45 +0000 (09:06 -0600)
commit462133e5e48468096f71866c703c1c0e840bee94
tree28c9507b42c40cfe8a4087f68db1f669441fbfc6
parent345ff2d8eea5f6192f8c3d257ac671398079be5f
format_wav: replace ast_log(LOG_DEBUG, ...) by ast_debug(1, ...)

Each playback of WAV files results in logging
"Skipping unknown block 'LIST'".

To prevent unnecessary flooding of this DEBUG log this patch replaces
ast_log(LOG_DEBUG, ...) by ast_debug(1, ...).

Change-Id: Iaa09cf19c5348a05385518fdb8cb181b45fe05f0
formats/format_wav.c