Module: kamailio
Branch: master
Commit: 9a87ec98cf8aacc73b87846570202cbe69ebe837
URL: 
https://github.com/kamailio/kamailio/commit/9a87ec98cf8aacc73b87846570202cbe69ebe837

Author: Dragos Vingarzan <vingar...@gmail.com>
Committer: Dragos Vingarzan <vingar...@gmail.com>
Date: 2024-07-09T09:22:36+02:00

ims_usrloc_pcscf: small log fixes

---

Modified: src/modules/ims_usrloc_pcscf/udomain.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/9a87ec98cf8aacc73b87846570202cbe69ebe837.diff
Patch: 
https://github.com/kamailio/kamailio/commit/9a87ec98cf8aacc73b87846570202cbe69ebe837.patch

---

diff --git a/src/modules/ims_usrloc_pcscf/udomain.c 
b/src/modules/ims_usrloc_pcscf/udomain.c
index 5a4c5ba659e..248684cb00b 100644
--- a/src/modules/ims_usrloc_pcscf/udomain.c
+++ b/src/modules/ims_usrloc_pcscf/udomain.c
@@ -496,7 +496,7 @@ int get_pcontact_from_cache(udomain_t *_d, pcontact_info_t 
*contact_info,
                                        contact_info->aor.len, 
contact_info->aor.s);
                        return 1;
                }
-               LM_DBG("checking for rinstance");
+               LM_DBG("checking for rinstance\n");
                /*check for alias - NAT */
                params = needle_uri.sip_params.s;
                params_len = needle_uri.sip_params.len;
@@ -548,7 +548,7 @@ int get_pcontact_from_cache(udomain_t *_d, pcontact_info_t 
*contact_info,
                        int check2_passed = 0;
                        ip_addr_t c_ip_addr;
                        ip_addr_t ci_ip_addr;
-                       LM_DBG("mached a record by aorhash: %u\n", aorhash);
+                       LM_DBG("matched a record by aorhash: %u\n", aorhash);
 
                        // convert 'contact->contact host' ip string to 
ip_addr_t
                        if(str2ipxbuf(&c->contact_host, &c_ip_addr) < 0) {

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to