From 93d401d954ac6bf92f9aa9b97235ae1a0b4d2505 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 28 Apr 2023 16:55:49 -0400 Subject: [PATCH] tweaking log message --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5238113..f062901 100644 --- a/main.go +++ b/main.go @@ -131,7 +131,7 @@ func moveAttachment(post, attachment string, l *zap.Logger) error { func extractAttachments(post string, l *zap.Logger) ([]string, error) { - l.Info("extracting attachment", + l.Info("scanning note", zap.String("post", post), )