mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Logging.
This commit is contained in:
parent
0760533444
commit
db1207ac04
1 changed files with 1 additions and 1 deletions
|
@ -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++
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue