change debug info
This commit is contained in:
parent
45fb7b5fce
commit
8bac8f3b22
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -115,7 +115,7 @@ func main() {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
subscribers = append(subscribers, fs...)
|
subscribers = append(subscribers, fs...)
|
||||||
log.Debug(pg)
|
log.Debug(pg.MaxID)
|
||||||
if pg.MaxID == "" {
|
if pg.MaxID == "" {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue