You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "hu xiaodong (Jira)" <ji...@apache.org> on 2019/09/10 05:17:00 UTC

[jira] [Created] (ZOOKEEPER-3541) Wrong placeholder '{}' in logs.

hu xiaodong created ZOOKEEPER-3541:
--------------------------------------

             Summary: Wrong placeholder '{}' in logs.
                 Key: ZOOKEEPER-3541
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3541
             Project: ZooKeeper
          Issue Type: Bug
          Components: server
    Affects Versions: 3.5.5
            Reporter: hu xiaodong


In the method 'org.apache.zookeeper.client.ZooKeeperSaslClient#respondToServer', 
{code:java}
 LOG.error("SASL authentication failed using login context '"
 + this.getLoginContext()
 + "' with exception: {}", e); {code}
// I think '{}' above is wrong.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)