change debug info

This commit is contained in:
Andriy Cherniy 2024-01-05 21:44:31 +02:00
parent 45fb7b5fce
commit 8bac8f3b22

View file

@ -115,7 +115,7 @@ func main() {
log.Fatal(err)
}
subscribers = append(subscribers, fs...)
log.Debug(pg)
log.Debug(pg.MaxID)
if pg.MaxID == "" {
break
}