Module: kamailio Branch: master Commit: e588f98f62b42b0a36c07c65322bcf898b0b541e URL: https://github.com/kamailio/kamailio/commit/e588f98f62b42b0a36c07c65322bcf898b0b541e
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-02-27T09:21:02+01:00 mtree: clang format after last commit --- Modified: src/modules/mtree/mtree_mod.c --- Diff: https://github.com/kamailio/kamailio/commit/e588f98f62b42b0a36c07c65322bcf898b0b541e.diff Patch: https://github.com/kamailio/kamailio/commit/e588f98f62b42b0a36c07c65322bcf898b0b541e.patch --- diff --git a/src/modules/mtree/mtree_mod.c b/src/modules/mtree/mtree_mod.c index 878007b30da..593836ac9d3 100644 --- a/src/modules/mtree/mtree_mod.c +++ b/src/modules/mtree/mtree_mod.c @@ -308,8 +308,9 @@ static int child_init(int rank) return 0; if(mt_connect_mode == 1) { - LM_DBG("mtree: database connection deferred until reload (connect_mode=1) " - "rank[%d] pid[%d]\n", + LM_DBG("mtree: database connection deferred until reload " + "(connect_mode=1) " + "rank[%d] pid[%d]\n", rank, getpid()); return 0; } @@ -725,7 +726,8 @@ static int mt_load_db_trees() LM_ERR("no db connection\n"); return -1; } - LM_INFO("mtree: connecting to database on-demand for trees reload pid[%d]\n", + LM_INFO("mtree: connecting to database on-demand for trees reload " + "pid[%d]\n", getpid()); db_con = mt_dbf.init(&db_url); if(db_con == NULL) { _______________________________________________ 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!
