Module: kamailio Branch: master Commit: ad98a3ec9fa76fdf85254d96458245641084614c URL: https://github.com/kamailio/kamailio/commit/ad98a3ec9fa76fdf85254d96458245641084614c
Author: Alex Hermann <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-02-20T16:43:10+01:00 dispatcher: Fix overly verbose logging --- Modified: src/modules/dispatcher/dispatch.c --- Diff: https://github.com/kamailio/kamailio/commit/ad98a3ec9fa76fdf85254d96458245641084614c.diff Patch: https://github.com/kamailio/kamailio/commit/ad98a3ec9fa76fdf85254d96458245641084614c.patch --- diff --git a/src/modules/dispatcher/dispatch.c b/src/modules/dispatcher/dispatch.c index 45eea9e125b..7580ecf8877 100644 --- a/src/modules/dispatcher/dispatch.c +++ b/src/modules/dispatcher/dispatch.c @@ -4475,7 +4475,7 @@ static void ds_options_callback( ds_rctx_set_uri(&rctx, &uri); ds_extract_fromhdr_iuid(&t->from_hdr, &iuid); - LM_INFO("=== iuid: %.*s\n", iuid.len, iuid.s); + LM_DBG("=== iuid: %.*s\n", iuid.len, iuid.s); /* Check if in the meantime someone disabled probing of the target * through RPC or reload */ _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
