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

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2025-10-09T10:26:50+02:00

core: timer - comment debug message

---

Modified: src/core/timer.c

---

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

---

diff --git a/src/core/timer.c b/src/core/timer.c
index 7a82d71b34e..7eb0c78da64 100644
--- a/src/core/timer.c
+++ b/src/core/timer.c
@@ -892,10 +892,8 @@ inline static void timer_list_expire(ticks_t t, struct 
timer_head *h
        first = h->next;
 #endif
 
-       LM_DBG("ksr_timer_sanity_check = %ld\n", ksr_timer_sanity_check);
-       /*LM_DBG("@ ticks = %lu, list =%p\n",
-                       (unsigned long) *ticks, h);
-       */
+       /* LM_DBG("ksr_timer_sanity_check = %ld\n", ksr_timer_sanity_check); */
+       /* LM_DBG("@ ticks = %lu, list =%p\n", (unsigned long) *ticks, h); */
        while(h->next != (struct timer_ln *)h) {
                if(ksr_timer_sanity_check != 0) {
                        if(h->next == NULL || h->prev == 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!

Reply via email to