Skip to content

Commit

Permalink
[ISSUE #9054] Optimize log print when client consume message in pop m…
Browse files Browse the repository at this point in the history
…ode (#9055)
  • Loading branch information
mxsm authored Dec 15, 2024
1 parent b5cf3ca commit 93e2689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ void popMessage(final PopRequest popRequest) {
try {
this.makeSureStateOK();
} catch (MQClientException e) {
log.warn("pullMessage exception, consumer state not ok", e);
log.warn("popMessage exception, consumer state not ok", e);
this.executePopPullRequestLater(popRequest, pullTimeDelayMillsWhenException);
return;
}
Expand Down

0 comments on commit 93e2689

Please sign in to comment.