1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-07-18 23:43:31 -08:00
parent 0760533444
commit db1207ac04

View file

@ -66,7 +66,7 @@ class KobaltExecutors {
progress(r) progress(r)
result.add(r) result.add(r)
remainingMs -= (System.currentTimeMillis() - start) remainingMs -= (System.currentTimeMillis() - start)
log(2, "Received $r, remaining: $remainingMs ms") log(3, "Received $r, remaining: $remainingMs ms")
i++ i++
} }