@lbalaceanu commented on this pull request.


> +             strcpy(elem->host, sentinel);
+               elem->port = port;
+               elem->next = NULL;
+
+               if(sc.sentinel_list == NULL) {
+                       sc.sentinel_list = elem;
+                       sc.sentinel_list_tail = elem;
+               } else {
+                       sc.sentinel_list_tail->next = elem;
+                       sc.sentinel_list_tail = elem;
+               }
+
+               sentinel = strtok(NULL, "|");
+       }
+
+       LM_INFO("Adding usrloc dburl sentinels:\n");

Hi, you are right about this log mentioning usrloc and needing to be LM_DBG.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4373#discussion_r2444081239
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/4373/review/[email protected]>
_______________________________________________
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!

Reply via email to