MT#55283 remove stray log message

Change-Id: Iaf67d350b44bf48de096129e797c8d07b027b4a5
(cherry picked from commit 175f1dfe34)
(cherry picked from commit f274e9e505)
mr26.0.1
Richard Fuchs 17 hours ago
parent 1109fcc156
commit 89c12fee91

@ -2487,7 +2487,6 @@ static int table_new_target(struct rtpengine_table *t, struct rtpengine_target_i
if (!i->num_destinations)
return -EINVAL;
for (u = 0; u < RTPE_NUM_OUTPUT_MEDIA; u++) {
printk(KERN_ERR "XXX %d %d\n", __LINE__, i->media_output_idxs[u].rtp_start_idx);
if (i->media_output_idxs[u].rtp_start_idx >= i->num_destinations)
return -EINVAL;
if (i->media_output_idxs[u].rtp_end_idx > i->num_destinations)

Loading…
Cancel
Save