Lower log-level for a warning 86/42086/1
authorLorand Jakab <lojakab@cisco.com>
Tue, 19 Jul 2016 19:37:44 +0000 (14:37 -0500)
committerLorand Jakab <lojakab@cisco.com>
Tue, 19 Jul 2016 19:37:44 +0000 (14:37 -0500)
Change-Id: I41b4324b1691814b922c47ab4dbf74ebd33c13f1
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
mappingservice/implementation/src/main/java/org/opendaylight/lispflowmapping/implementation/LispMappingService.java

index 199a44c6f8b454ea69915ec7b9f59ec23c718d1d..e2014a0f08cd2ea2997bcf767723ef76b86a8a48 100644 (file)
@@ -189,7 +189,7 @@ public class LispMappingService implements IFlowMapping, IMapRequestResultHandle
             smrib.setTransportAddress(mapRequestNotification.getTransportAddress());
             getLispSB().sendMapReply(smrib.build());
         } else {
-            LOG.warn("got null map reply");
+            LOG.debug("handleMapRequest: Got null MapReply");
         }
     }