Skip to content

Commit e20ff2d

Browse files
committed
Add comment when rtp or echo errors
1 parent db0cb33 commit e20ff2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sipp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,7 @@ void sipp_exit(int rc, int rtp_errors, int echo_errors)
11341134
// then everything is OK!
11351135
if ((rtp_errors > 0) || (echo_errors > 0))
11361136
{
1137+
ERROR("GOT rtp_errors = %d and echo_errors = %d", rtp_errors, echo_errors);
11371138
exit(EXIT_RTPCHECK_FAILED);
11381139
}
11391140
else

0 commit comments

Comments
 (0)