From 89c12fee91341aa4e1d3dcdcd57189827b2f6acc Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 29 Apr 2026 12:00:55 -0400 Subject: [PATCH] MT#55283 remove stray log message Change-Id: Iaf67d350b44bf48de096129e797c8d07b027b4a5 (cherry picked from commit 175f1dfe34ad7aa9772cd527546f3d0aa0d73257) (cherry picked from commit f274e9e505e3f4490c3e1b904a3c237eb3fb998f) --- kernel-module/nft_rtpengine.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel-module/nft_rtpengine.c b/kernel-module/nft_rtpengine.c index 4df52450b..3f0b8377c 100644 --- a/kernel-module/nft_rtpengine.c +++ b/kernel-module/nft_rtpengine.c @@ -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)