OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / test-common / src / main / java / org / opendaylight / openflowplugin / testcommon / AbstractDropTest.java
index 8590e6654853dcd85603ee17459b7dd528e5d7a0..3a7da65b0dcea7bcbb924f03a7ddf8369922c79b 100644 (file)
@@ -142,7 +142,7 @@ abstract class AbstractDropTest implements PacketProcessingListener, AutoCloseab
         } catch (RejectedExecutionException e) {
             incrementRunableRejected();
         }
-        LOG.debug("onPacketReceived - Leaving", notification);
+        LOG.debug("onPacketReceived - {} Leaving", notification);
     }
 
     private static final Instructions DROP_INSTRUCTIONS = makeStaticDropActionInstructions();