Module: kamailio Branch: master Commit: b4d38643209b8876345b2120994fb8860313b325 URL: https://github.com/kamailio/kamailio/commit/b4d38643209b8876345b2120994fb8860313b325
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-02-10T10:38:39+01:00 ims_registrar_pcscf: fix small typo in debug log --- Modified: src/modules/ims_registrar_pcscf/ul_callback.c --- Diff: https://github.com/kamailio/kamailio/commit/b4d38643209b8876345b2120994fb8860313b325.diff Patch: https://github.com/kamailio/kamailio/commit/b4d38643209b8876345b2120994fb8860313b325.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!
