Specify whether comment or post was found in logs
This commit is contained in:
parent
37da95522c
commit
684d1ae676
2
main.go
2
main.go
@ -145,7 +145,7 @@ func commentWorker(ctx context.Context, c *lemmy.WSClient, replyCh chan<- replyJ
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Info("Matched comment body").
|
log.Info("Matched post body").
|
||||||
Int("reply-index", i).
|
Int("reply-index", i).
|
||||||
Int("post-id", pr.PostView.Post.ID).
|
Int("post-id", pr.PostView.Post.ID).
|
||||||
Send()
|
Send()
|
||||||
|
Loading…
Reference in New Issue
Block a user