Do not use toString() in looging messages
[netconf.git] / netconf / netconf-impl / src / main / java / org / opendaylight / netconf / impl / NetconfServerSession.java
index ba779b11213fd6d02cba05d3e2ae5e4acbc8a23f..209e006155f127d689e97dd14612c92a4ada2f31 100644 (file)
@@ -70,7 +70,7 @@ public final class NetconfServerSession extends AbstractNetconfSession<NetconfSe
         super(sessionListener, channel, sessionId);
         this.header = header;
         this.sessionListener = sessionListener;
-        LOG.debug("Session {} created", toString());
+        LOG.debug("Session {} created", this);
     }
 
     @Override