added some info logs

This commit is contained in:
2021-10-09 19:39:16 +02:00
parent 1cf61d8c74
commit ea0fd3459c

View File

@@ -150,6 +150,7 @@ func housekeeping() {
} }
for _, m := range tMatches { for _, m := range tMatches {
log.Infof("[HK] Try reparsing match %d, played on %s", m.ID, m.Date)
err := demoLoader.LoadDemo(&csgo.Demo{MatchId: m.ID, ShareCode: m.ShareCode}) err := demoLoader.LoadDemo(&csgo.Demo{MatchId: m.ID, ShareCode: m.ShareCode})
if err != nil { if err != nil {
log.Warningf("[HK] Failure trying to parse match %d: %v", m.ID, err) log.Warningf("[HK] Failure trying to parse match %d: %v", m.ID, err)