X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-netconf-connector%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fconnect%2Fnetconf%2Flistener%2FNetconfDeviceCommunicator.java;h=257cd464a996ebc4efd906dceb6fae8db3800da3;hb=07797c1f8e35731ca7dce1d4524f669a171b731e;hp=4f2f6ab38ea204a45b02473b55130900d9c627c3;hpb=754c972d1788febb1439567247d8e4a82f82c595;p=controller.git diff --git a/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/listener/NetconfDeviceCommunicator.java b/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/listener/NetconfDeviceCommunicator.java index 4f2f6ab38e..257cd464a9 100644 --- a/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/listener/NetconfDeviceCommunicator.java +++ b/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/listener/NetconfDeviceCommunicator.java @@ -324,10 +324,8 @@ public class NetconfDeviceCommunicator implements NetconfClientSessionListener, } private void processNotification(final NetconfMessage notification) { - logger.debug("{}: Notification received: {}", id, notification); - if(logger.isTraceEnabled()) { - logger.trace("{}: Notification received: {}", id, msgToS(notification)); + logger.trace("{}: Notification received: {}", id, notification); } remoteDevice.onNotification(notification);