Merge "Bug 6297: Change subscriber's RLOC selection algo"
[lispflowmapping.git] / mappingservice / southbound / src / main / java / org / opendaylight / lispflowmapping / southbound / lisp / LispXtrSouthboundHandler.java
index 668c116752f283375c71550084cb396bb063e950..eaff645ee968fc2a72c6813dc04c3ea4eda64f3b 100644 (file)
@@ -110,7 +110,7 @@ public class LispXtrSouthboundHandler extends SimpleChannelInboundHandler<Datagr
     @Override
     protected void channelRead0(ChannelHandlerContext ctx, DatagramPacket msg) throws Exception {
         if (LOG.isTraceEnabled()) {
-            LOG.trace("Received UDP packet from {}:{} with content:\n{}", msg.sender().getHostString(),
+            LOG.trace("Received xTR UDP packet from {}:{} with content:\n{}", msg.sender().getHostString(),
                     msg.sender().getPort(), ByteBufUtil.prettyHexDump(msg.content()));
         }
         handlePacket(msg);