Module: kamailio Branch: master Commit: 5bd26e21cb6c9b7711f18b031b6e0d05349aab7e URL: https://github.com/kamailio/kamailio/commit/5bd26e21cb6c9b7711f18b031b6e0d05...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-02-02T00:01:31+01:00
core: wtimer - disabled debug message
---
Modified: timer_proc.c
---
Diff: https://github.com/kamailio/kamailio/commit/5bd26e21cb6c9b7711f18b031b6e0d05... Patch: https://github.com/kamailio/kamailio/commit/5bd26e21cb6c9b7711f18b031b6e0d05...
---
diff --git a/timer_proc.c b/timer_proc.c index 975c1fb..b192434 100644 --- a/timer_proc.c +++ b/timer_proc.c @@ -379,7 +379,7 @@ void sr_wtimer_exec(unsigned int ticks, void *param) _sr_wtimer->itimer++; cs = _sr_wtimer->itimer % SR_WTIMER_SIZE; cl = _sr_wtimer->itimer / SR_WTIMER_SIZE; - LM_DBG("wtimer - loop: %u - slot: %u\n", cl, cs); + /* LM_DBG("wtimer - loop: %u - slot: %u\n", cl, cs); */
wp = NULL; wt=_sr_wtimer->wlist[cs];