]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[Core] switch_rtp: fix switch_rtp_set_max_missed_packets logging
authorNorm Brandinger <n.brandinger@gmail.com>
Fri, 16 Apr 2021 14:24:51 +0000 (10:24 -0400)
committerGitHub <noreply@github.com>
Fri, 16 Apr 2021 14:24:51 +0000 (17:24 +0300)
commit0877bd5770b8853dc81132c64b971bdb81b56d8c
tree4993db6caaa5ad3356c18dee004edfe3281cd3d3
parent7fc5d9a7c36337b15a5c7044bdaecdc82d95d94b
[Core] switch_rtp: fix switch_rtp_set_max_missed_packets logging

Warning message about missed packets is misleading.
Message indicates greater (>) however, the conditional is greater than or equals (>=).
The message prints the value of rtp_sesstion->missed_count twice instead of printing the value of rtp_session->max_missed_packets.
src/switch_rtp.c