Skip to content
Snippets Groups Projects
Commit 655f60e5 authored by Mark Spencer's avatar Mark Spencer
Browse files

Take out some debugging

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1299 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e4614cf4
No related branches found
No related tags found
No related merge requests found
...@@ -319,7 +319,8 @@ struct ast_frame *ast_rtcp_read(struct ast_rtp *rtp) ...@@ -319,7 +319,8 @@ struct ast_frame *ast_rtcp_read(struct ast_rtp *rtp)
ast_log(LOG_DEBUG, "RTP NAT: Using address %s:%d\n", inet_ntoa(rtp->rtcp->them.sin_addr), ntohs(rtp->rtcp->them.sin_port)); ast_log(LOG_DEBUG, "RTP NAT: Using address %s:%d\n", inet_ntoa(rtp->rtcp->them.sin_addr), ntohs(rtp->rtcp->them.sin_port));
} }
} }
ast_log(LOG_DEBUG, "Got RTCP report of %d bytes\n", res); if (option_debug)
ast_log(LOG_DEBUG, "Got RTCP report of %d bytes\n", res);
return &null_frame; return &null_frame;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment