Log the incoming channel
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / connection / ConnectionAdapterImpl.java
index 20e4c2a83c62b2be22deb1f4d9f52d59f9ded1db..7dca196508671f2c3c46dea3710673d2867b7a9b 100644 (file)
@@ -265,7 +265,7 @@ public class ConnectionAdapterImpl implements ConnectionFacade {
 
     @Override
     public void consume(final DataObject message) {
-        LOG.debug("ConsumeIntern msg");
+        LOG.debug("ConsumeIntern msg on {}", channel);
         if (disconnectOccured ) {
             return;
         }