Skip to content

Commit

Permalink
[ISSUE apache#7176] Correct mismatched logs (apache#7177)
Browse files Browse the repository at this point in the history
  • Loading branch information
yx9o authored Aug 13, 2023
1 parent 1f04e68 commit 2500506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ public int addWritePermOfBrokerByLock(final String brokerName) {
this.lock.writeLock().unlock();
}
} catch (Exception e) {
log.error("wipeWritePermOfBrokerByLock Exception", e);
log.error("addWritePermOfBrokerByLock Exception", e);
}
return 0;
}
Expand Down

0 comments on commit 2500506

Please sign in to comment.