Module: kamailio Branch: 6.1 Commit: 3cc921f1c41da0bacbbb5e10d920f6b41897dbaa URL: https://github.com/kamailio/kamailio/commit/3cc921f1c41da0bacbbb5e10d920f6b41897dbaa
Author: Alex Hermann <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-02-25T21:23:13+01:00 dispatcher: Fix overly verbose logging (cherry picked from commit ad98a3ec9fa76fdf85254d96458245641084614c) --- Modified: src/modules/dispatcher/dispatch.c --- Diff: https://github.com/kamailio/kamailio/commit/3cc921f1c41da0bacbbb5e10d920f6b41897dbaa.diff Patch: https://github.com/kamailio/kamailio/commit/3cc921f1c41da0bacbbb5e10d920f6b41897dbaa.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!
