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

penghui pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git

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

    Fix typo in checkPermissionsAsync (#15273)
    
    (cherry picked from commit 57aff0a5d93ed5a9b225ce5c0364db0dd0e9eb74)
---
 .../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 0f8a6712676..7eabeaafd1f 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
@@ -795,7 +795,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