aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-02 17:15:22 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-02 17:15:22 +0000
commitb14a6878d5c78549074edc1e430344675731ae51 (patch)
tree6d7099de347e6f67cd0322fb34a66ca50176c725 /main/rtp.c
parentbcd2eb6fc63dc4caf06675942a73b5a651dd25a7 (diff)
Correct a copy/pasted error message line for RTCP.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53120 f38db490-d61c-443f-a65b-d21fe96a405b
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 01b9e756d..394bd4aeb 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -2388,7 +2388,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;