]> git.ipfire.org Git - thirdparty/asterisk.git/commit
dsp.c: Make minor fixes to debug log messages.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 1 Oct 2025 14:51:12 +0000 (10:51 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 2 Oct 2025 14:44:45 +0000 (14:44 +0000)
commite57f10bbe52e332a007c7b405c31677e37a8ea0e
treea2c8412c5da4e73437e074665990f1c857bbc6c4
parent037bf58c788c7306bbb588dea48e105e3a548e8a
dsp.c: Make minor fixes to debug log messages.

Commit dc8e3eeaaf094a3d16991289934093d5e7127680 improved the debug log
messages in dsp.c. This makes two minor corrections to it:

* Properly guard an added log statement in a conditional.
* Don't add one to the hit count if there was no hit (however, we do
  still want to do this for the case where this is one).

Resolves: #1496
main/dsp.c