diff --git a/src/sipp.cpp b/src/sipp.cpp index f13666d5..44dfa1c6 100644 --- a/src/sipp.cpp +++ b/src/sipp.cpp @@ -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