aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_rtp_asterisk.c
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-30 18:47:53 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-30 18:47:53 +0000
commitaaac5033225021b3f9269392df9690d2f3fd0f8c (patch)
treec4c24aecf0efc0b6220f8cfedd1906f055784e63 /res/res_rtp_asterisk.c
parentb8e1d3fe36ae844f200ff0d4f6bc6f21084c7364 (diff)
Remove spurious debug
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@221300 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_rtp_asterisk.c')
-rw-r--r--res/res_rtp_asterisk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c
index f4f3cb841..711c4900e 100644
--- a/res/res_rtp_asterisk.c
+++ b/res/res_rtp_asterisk.c
@@ -661,7 +661,6 @@ static void ast_rtp_new_source(struct ast_rtp_instance *instance)
ast_set_flag(rtp, FLAG_NEED_MARKER_BIT);
if (!ast_rtp_instance_get_prop(instance, AST_RTP_PROPERTY_CONSTANT_SSRC)) {
- ast_log(LOG_ERROR, "Changing ssrc\n");
rtp->ssrc = ast_random();
}