From 684d1ae676c57d1ede155bee8d5ccf8e077a9c43 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Mon, 23 Jan 2023 14:24:50 -0800 Subject: [PATCH] Specify whether comment or post was found in logs --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9c24c2f..6feab12 100644 --- a/main.go +++ b/main.go @@ -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()