Module: kamailio Branch: 6.0 Commit: 4e8f34cf5eca5f0a6c6dc2a32d9e521d2c3df135 URL: https://github.com/kamailio/kamailio/commit/4e8f34cf5eca5f0a6c6dc2a32d9e521d2c3df135
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Date: 2025-06-26T10:53:22Z rtpengine: Remove unnessecary log (cherry picked from commit bd8f7b4e749f2b4d5525d5864c36252823926351) --- Modified: src/modules/rtpengine/rtpengine.c --- Diff: https://github.com/kamailio/kamailio/commit/4e8f34cf5eca5f0a6c6dc2a32d9e521d2c3df135.diff Patch: https://github.com/kamailio/kamailio/commit/4e8f34cf5eca5f0a6c6dc2a32d9e521d2c3df135.patch --- diff --git a/src/modules/rtpengine/rtpengine.c b/src/modules/rtpengine/rtpengine.c index 7b66161c834..3afe42e0d47 100644 --- a/src/modules/rtpengine/rtpengine.c +++ b/src/modules/rtpengine/rtpengine.c @@ -2738,7 +2738,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!