logging changes

pull/53/head
Zlatin Balevsky 2020-10-21 11:59:02 +01:00
parent aeb392eba9
commit 0552000d59
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,8 @@ class H2HostCache extends HostCache {
if (uniqueHosts.add(d)) {
allHosts.add(d)
profiles.put(d, new HostMCProfile())
log.fine("learned about ${d.toBase32()} from hostcache $fromHostcache")
}
}
@ -73,7 +75,7 @@ class H2HostCache extends HostCache {
if (count.COUNT < historyItems)
return
log.fine("recomputing Markov for ${d.toBase32()}")
log.fine("recomputing Markov for ${d.toBase32()} from history items $count.COUNT / $historyItems")
int ss = 0
int sr = 0