summaryrefslogtreecommitdiff
path: root/main/rtp.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-02-02 17:16:05 +0000
committerJoshua Colp <jcolp@digium.com>2007-02-02 17:16:05 +0000
commit2cc011e0052614aa904cff2c2441328ec0056320 (patch)
tree77fd3c72d4600b4292f26bf45ef39e0e753bcd2c /main/rtp.c
parent3388474e15e8213490180dc12a81144b50e69712 (diff)
Merged revisions 53120 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r53120 | file | 2007-02-02 11:15:22 -0600 (Fri, 02 Feb 2007) | 2 lines Correct a copy/pasted error message line for RTCP. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index 9bbab8abc..9e60f6ea2 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -2473,7 +2473,7 @@ static int ast_rtcp_write_rr(void *data)
return 0;
if (!rtp->rtcp->them.sin_addr.s_addr) {
- ast_log(LOG_ERROR, "RTCP RR transmission error to, rtcp halted %s\n",strerror(errno));
+ ast_log(LOG_ERROR, "RTCP RR transmission error, rtcp halted\n");
if (rtp->rtcp->schedid > 0)
ast_sched_del(rtp->sched, rtp->rtcp->schedid);
rtp->rtcp->schedid = -1;