ignored clock delta -> log_level 2

This commit is contained in:
Alexandre Ratchov 2012-11-11 10:42:47 +01:00
parent f33c7044ea
commit c875716078
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ file_poll(void)
if (delta_nsec >= 0 && delta_nsec < 1000000000LL) if (delta_nsec >= 0 && delta_nsec < 1000000000LL)
timo_update(delta_nsec / 1000); timo_update(delta_nsec / 1000);
else { else {
if (log_level >= 1) if (log_level >= 2)
log_puts("ignored huge clock delta\n"); log_puts("ignored huge clock delta\n");
} }
if (res <= 0) if (res <= 0)