Do not use toString() in looging messages
[netconf.git] / netconf / netconf-util / src / main / java / org / opendaylight / netconf / util / NetconfConfigurationImpl.java
index 42c7b58871681786f58aece834783342ffad4ab9..d541979ec68cb007d2f010586ef96af520cec785 100644 (file)
@@ -63,7 +63,7 @@ public class NetconfConfigurationImpl implements NetconfConfiguration, ManagedSe
                 sshServerAddress,
                 (String) dictionaryConfig.get(SSH_PK_PATH_PROP));
 
-        LOG.debug("CSS netconf server configuration was updated: {}", dictionaryConfig.toString());
+        LOG.debug("CSS netconf server configuration was updated: {}", dictionaryConfig);
     }
 
     @Override
@@ -80,4 +80,4 @@ public class NetconfConfigurationImpl implements NetconfConfiguration, ManagedSe
     public String getPrivateKeyPath() {
         return netconfConfiguration.getPrivateKeyPath();
     }
-}
\ No newline at end of file
+}