diff --git a/timing.cc b/timing.cc index 3c5b1bfd6..bad944cb7 100644 --- a/timing.cc +++ b/timing.cc @@ -529,7 +529,7 @@ bool ScanProgressMeter::printStatsIfNecessary(double perc_done, /* If we have not printed before, or if our previous ETC has elapsed, print a new one */ - if (last_print.tv_sec < 0) + if (last_print.tv_sec == 0) printit = true; else { /* If the estimate changed by more than X minutes, and if that