2
0
Эх сурвалжийг харах

core: wtimer - disabled debug message

Daniel-Constantin Mierla 9 жил өмнө
parent
commit
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];