Specify whether comment or post was found in logs

This commit is contained in:
Elara 2023-01-23 14:24:50 -08:00
parent 37da95522c
commit 684d1ae676
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ func commentWorker(ctx context.Context, c *lemmy.WSClient, replyCh chan<- replyJ
continue
}
log.Info("Matched comment body").
log.Info("Matched post body").
Int("reply-index", i).
Int("post-id", pr.PostView.Post.ID).
Send()