Skip to content

Commit 93e2689

Browse files
authored
[ISSUE apache#9054] Optimize log print when client consume message in pop mode (apache#9055)
1 parent b5cf3ca commit 93e2689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultMQPushConsumerImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ void popMessage(final PopRequest popRequest) {
510510
try {
511511
this.makeSureStateOK();
512512
} catch (MQClientException e) {
513-
log.warn("pullMessage exception, consumer state not ok", e);
513+
log.warn("popMessage exception, consumer state not ok", e);
514514
this.executePopPullRequestLater(popRequest, pullTimeDelayMillsWhenException);
515515
return;
516516
}

0 commit comments

Comments
 (0)