This is an automated email from the ASF dual-hosted git repository.

jianghaiting pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 57aff0a5d93 Fix typo in checkPermissionsAsync (#15273)
57aff0a5d93 is described below

commit 57aff0a5d93ed5a9b225ce5c0364db0dd0e9eb74
Author: Xiaoyu Hou <[email protected]>
AuthorDate: Sat Apr 23 11:25:03 2022 +0800

    Fix typo in checkPermissionsAsync (#15273)
---
 .../src/main/java/org/apache/pulsar/broker/service/Consumer.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java 
b/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java
index c72b23b524e..8dfb7a3345e 100644
--- a/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java
+++ b/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java
@@ -792,7 +792,7 @@ public class Consumer {
                             cnx.getAuthenticationData(), 
subscription.getName())
                     .handle((ok, e) -> {
                         if (e != null) {
-                            log.warn("[{}] Get unexpected error while 
autorizing [{}]  {}", appId,
+                            log.warn("[{}] Get unexpected error while 
authorizing [{}]  {}", appId,
                                     subscription.getTopicName(), 
e.getMessage(), e);
                         }
 

Reply via email to