]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Thu, 2 Oct 2025 14:44:39 +0000 (14:44 +0000)
commit0bf9396aa92ead0e6c9efef0568622677d87d70d
tree607cedbc8b3bb4bf9d9013eb57b3759257f81b1f
parented87db3d6bdb9d766fb9a00c23c9d3dba01ee206
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