From 07028a48648a98e00d1d9990dc30293dcc6835c7 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 5 Feb 2024 17:30:20 -0800 Subject: [PATCH] minor --- weed/mq/client/pub_client/scheduler.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weed/mq/client/pub_client/scheduler.go b/weed/mq/client/pub_client/scheduler.go index d577e77e0..39a659635 100644 --- a/weed/mq/client/pub_client/scheduler.go +++ b/weed/mq/client/pub_client/scheduler.go @@ -166,12 +166,12 @@ func (p *TopicPublisher) doPublishToPartition(job *EachPartitionPublishJob) erro return } publishClient.Err = err - fmt.Printf("publish to %s error: %v\n", publishClient.Broker, err) + fmt.Printf("publish1 to %s error: %v\n", publishClient.Broker, err) return } if ackResp.Error != "" { publishClient.Err = fmt.Errorf("ack error: %v", ackResp.Error) - fmt.Printf("publish to %s error: %v\n", publishClient.Broker, ackResp.Error) + fmt.Printf("publish2 to %s error: %v\n", publishClient.Broker, ackResp.Error) return } if ackResp.AckSequence > 0 {