Merge "Fix issues related to checkstyle enforcement"
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / common / MultipartReplyTranslatorUtil.java
index d046883da9590258866bff23315c6c6d90a7140c..67fa6fac2459bbeef60578e71b700e07319c5dbf 100644 (file)
@@ -181,7 +181,7 @@ public class MultipartReplyTranslatorUtil {
                 .MultipartReply.class.cast(message).getMultipartReplyBody());
         }
 
-        LOG.debug("Failed to translate {} for node {}.", message.getImplementedInterface(), deviceInfo.getLOGValue());
+        LOG.debug("Failed to translate {} for node {}.", message.getImplementedInterface(), deviceInfo);
         return Optional.empty();
     }