]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 10 Jan 2023 19:32:49 +0000 (13:32 -0600)
commite86d5d7fda018300d7b3fb92b582dd413025763b
tree1b644a3c27aadb6bd391f4f394516c488f2b65f7
parent3526441e41791a7f25dc40c6c785f1171f889230
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