Do not use toString() in looging messages
[netconf.git] / netconf / netconf-impl / src / main / java / org / opendaylight / netconf / impl / NetconfServerSession.java
index bb0964bb5892541877af2a4eaeec518b53d8647d..a08f52d1caccb7c3acc3d65b3e41e7f7321a9eaf 100644 (file)
@@ -69,7 +69,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