瀏覽代碼

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