Do not use toString() in looging messages 06/85406/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Oct 2019 12:45:05 +0000 (13:45 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Oct 2019 12:45:05 +0000 (13:45 +0100)
commit9be412d7d6acf298a740e8325f1382422e32afa1
tree1d571f733274f421271c7d739b7b016e54a0602c
parent37e213c479d900d3ceafeaf8b74004437be9e573
Do not use toString() in looging messages

This eliminates unnecessary toString() calls, as logging implementation
will call it when necessary.

Change-Id: Ic3b45b9ae34c29951ed6eea94cae39c423b6ec26
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSession.java
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSession.java
netconf/netconf-util/src/main/java/org/opendaylight/netconf/util/NetconfConfigurationImpl.java