Переглянути джерело

core: wtimer - disabled debug message

Daniel-Constantin Mierla 9 роки тому
батько
коміт
5bd26e21cb
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      timer_proc.c

+ 1 - 1
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];