Skip to content

Commit

Permalink
Add comment when rtp or echo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
smititelu committed Dec 7, 2022
1 parent db0cb33 commit e20ff2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sipp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,7 @@ void sipp_exit(int rc, int rtp_errors, int echo_errors)
// then everything is OK!
if ((rtp_errors > 0) || (echo_errors > 0))
{
ERROR("GOT rtp_errors = %d and echo_errors = %d", rtp_errors, echo_errors);
exit(EXIT_RTPCHECK_FAILED);
}
else
Expand Down

0 comments on commit e20ff2d

Please sign in to comment.