Module: kamailio Branch: 6.1 Commit: 206c7bc8c04ff68435bc040e211e97af21af1f57 URL: https://github.com/kamailio/kamailio/commit/206c7bc8c04ff68435bc040e211e97af21af1f57
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-02-10T10:39:25+01:00 ims_registrar_pcscf: fix small typo in debug log (cherry picked from commit b4d38643209b8876345b2120994fb8860313b325) --- Modified: src/modules/ims_registrar_pcscf/ul_callback.c --- Diff: https://github.com/kamailio/kamailio/commit/206c7bc8c04ff68435bc040e211e97af21af1f57.diff Patch: https://github.com/kamailio/kamailio/commit/206c7bc8c04ff68435bc040e211e97af21af1f57.patch --- diff --git a/src/modules/ims_registrar_pcscf/ul_callback.c b/src/modules/ims_registrar_pcscf/ul_callback.c index 44bbb274ec1..0d091fb8807 100644 --- a/src/modules/ims_registrar_pcscf/ul_callback.c +++ b/src/modules/ims_registrar_pcscf/ul_callback.c @@ -282,7 +282,7 @@ void callback_pcscf_contact_cb(struct pcontact *c, int type, void *param) ppublic_t *ptr; LM_DBG("----------------------!\n"); - LM_DBG("PCSCF Contact Callback in regsitrar!\n"); + LM_DBG("PCSCF Contact Callback in registrar!\n"); LM_DBG("Contact AOR: [%.*s]\n", c->aor.len, c->aor.s); LM_DBG("Callback type [%d]\n", type); LM_DBG("Reg state [%s]\n", reg_state_to_string(c->reg_state)); _______________________________________________ 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!
