浏览代码

timer.c: logging: DBG -> LM_DBG

Ovidiu Sas 10 年之前
父节点
当前提交
842b24af14
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      timer.c

+ 1 - 1
timer.c

@@ -441,7 +441,7 @@ inline static void adjust_ticks(void)
 							(long)(delta*1000)/TIMER_TICKS_HZ, (long)delta);
 							(long)(delta*1000)/TIMER_TICKS_HZ, (long)delta);
 					*ticks+=(ticks_t)delta;
 					*ticks+=(ticks_t)delta;
 				}else{
 				}else{
-					/*DBG("incredible, but our timer is in sync with"
+					/*LM_DBG("incredible, but our timer is in sync with"
 							" real time (%lu)\n", (unsigned long)*ticks);
 							" real time (%lu)\n", (unsigned long)*ticks);
 					*/
 					*/
 				}
 				}