improved logging
This commit is contained in:
@@ -358,7 +358,7 @@ func (d *DemoMatchLoader) gcWorker(apiKey string, rl ratelimit.Limiter) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Debugf("[DL] Skipped match %d: already parsed", matchId)
|
log.Infof("[DL] Skipped match %d: already loaded", matchId)
|
||||||
d.parseMapL.Lock()
|
d.parseMapL.Lock()
|
||||||
delete(d.parseMap, demo.ShareCode)
|
delete(d.parseMap, demo.ShareCode)
|
||||||
d.parseMapL.Unlock()
|
d.parseMapL.Unlock()
|
||||||
|
Reference in New Issue
Block a user