]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:09:10 +0000 (16:09 +0000)
commit41864fbb1245375282364bbfffc802ac0e04ffc5
tree6c2e6b4bfd5e209d50513b758d4813f85eff235a
parent269dd62be53f5156eebce4d244d8450cb5133d4c
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