Module: kamailio Branch: 5.8 Commit: b9414aa4941345e3e9539552ae4a955d8502c18d URL: https://github.com/kamailio/kamailio/commit/b9414aa4941345e3e9539552ae4a955d8502c18d
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Date: 2025-06-26T10:54:03Z rtpengine: Remove unnessecary log (cherry picked from commit bd8f7b4e749f2b4d5525d5864c36252823926351) --- Modified: src/modules/rtpengine/rtpengine.c --- Diff: https://github.com/kamailio/kamailio/commit/b9414aa4941345e3e9539552ae4a955d8502c18d.diff Patch: https://github.com/kamailio/kamailio/commit/b9414aa4941345e3e9539552ae4a955d8502c18d.patch --- diff --git a/src/modules/rtpengine/rtpengine.c b/src/modules/rtpengine/rtpengine.c index 897f847d1b0..3264199d235 100644 --- a/src/modules/rtpengine/rtpengine.c +++ b/src/modules/rtpengine/rtpengine.c @@ -2513,7 +2513,6 @@ static int child_init(int rank) /* random start value for for cookie sequence number */ myseqn = fastrand(); - LM_ERR("myseqn %u\n", myseqn); // vector of pointers to queried nodes queried_nodes_ptr = (struct rtpp_node **)pkg_malloc( _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!