improved logging

This commit is contained in:
2021-10-31 18:07:25 +01:00
parent e81f619fec
commit 87c69fd343

View File

@@ -358,7 +358,7 @@ func (d *DemoMatchLoader) gcWorker(apiKey string, rl ratelimit.Limiter) {
continue
}
log.Debugf("[DL] Skipped match %d: already parsed", matchId)
log.Infof("[DL] Skipped match %d: already loaded", matchId)
d.parseMapL.Lock()
delete(d.parseMap, demo.ShareCode)
d.parseMapL.Unlock()