Skip to content

Commit b4a4871

Browse files
committed
Fix unit test - logredactor
1 parent 87de8c6 commit b4a4871

File tree

1 file changed

+1
-1
lines changed
  • zookeeper-server/src/main/java/org/apache/zookeeper/common

1 file changed

+1
-1
lines changed

zookeeper-server/src/main/java/org/apache/zookeeper/common/ZKConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public ZKConfig(File configFile) throws QuorumPeerConfig.ConfigException {
9898
for (Entry<String, String> entry : properties.entrySet()) {
9999
p.put(entry.getKey(), logRedactor(entry.getKey(), entry.getValue()));
100100
}
101-
LOG.info("ZK Config {}", this.properties);
101+
LOG.info("ZK Config {}", p);
102102
}
103103

104104
/**

0 commit comments

Comments
 (0)