added some info logs
This commit is contained in:
1
main.go
1
main.go
@@ -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)
|
||||||
|
Reference in New Issue
Block a user