improved logging
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user