OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / libraries / liblldp / src / main / java / org / opendaylight / openflowplugin / libraries / liblldp / Packet.java
index 271a77d54ac0a57b7b2dfddbb959d435c8c9c83c..1516749232ad1d6f07bce1b92dd72ffe904ef002 100644 (file)
@@ -22,7 +22,7 @@ import org.slf4j.LoggerFactory;
  */
 public abstract class Packet {
 
-    protected static final Logger LOG = LoggerFactory.getLogger(Packet.class);
+    private static final Logger LOG = LoggerFactory.getLogger(Packet.class);
 
     // Access level granted to this packet
     protected boolean writeAccess;
@@ -195,7 +195,7 @@ public abstract class Packet {
         postSerializeCustomOperation(packetBytes);
 
         if (LOG.isTraceEnabled()) {
-            LOG.trace("{}: {}", this.getClass().getSimpleName(),
+            LOG.trace("packet {}: {}", this.getClass().getSimpleName(),
                     HexEncode.bytesToHexString(packetBytes));
         }