From cda118155dfa3ae3e6959cf2f47b25af0c3c8a9a Mon Sep 17 00:00:00 2001 From: Pavel Date: Fri, 3 May 2024 12:07:38 +0300 Subject: [PATCH] predict bugs --- internal/workers/queueUpdater/queue_updater.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/workers/queueUpdater/queue_updater.go b/internal/workers/queueUpdater/queue_updater.go index 5b64866..a8329b0 100644 --- a/internal/workers/queueUpdater/queue_updater.go +++ b/internal/workers/queueUpdater/queue_updater.go @@ -219,7 +219,7 @@ func (wc *QueueUpdater) processMessages(ctx context.Context, message models.Kafk } default: - wc.logger.Error("incorrect message type", zap.Any("Type:", message.Type)) + wc.logger.Error("incorrect message type", zap.Any("Type:", message)) return nil } return nil