Просмотр исходного кода

- "adjusting timer ticks" is printed less often

Andrei Pelinescu-Onciul 19 лет назад
Родитель
Сommit
af3f6ba658
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      timer.c

+ 1 - 1
timer.c

@@ -421,7 +421,7 @@ inline static void adjust_ticks()
 				/* fix the ticks */
 				if (delta>(s_ticks_t)TIMER_MAX_DRIFT){
 #ifndef TIMER_DEBUG
-					if (delta > 2*(s_ticks_t)TIMER_MAX_DRIFT)
+					if (delta > 2*(s_ticks_t)TIMER_MAX_DRIFT+1)
 #endif
 						LOG(L_INFO, "adjusting timer ticks (%lu) with %ld ms"
 								" (%ld ticks)\n",