Upgrade to Neon base platform
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / transactions / md / HwvtepTunnelUpdateCommand.java
index e465ce9815efb4c35c0afeaace04dd9a909e57d6..3cb1ca6006b855f218ed599fb0087bc30f8ae8e3 100644 (file)
@@ -53,7 +53,7 @@ public class HwvtepTunnelUpdateCommand extends AbstractTransactionCommand {
         try {
             updatedTunnelRows = TyperUtils.extractRowsUpdated(Tunnel.class, getUpdates(), getDbSchema());
         } catch (IllegalArgumentException e) {
-            LOG.debug("Tunnel Table not supported on this HWVTEP device", e.getMessage());
+            LOG.debug("Tunnel Table not supported on this HWVTEP device", e);
         }
     }
 
@@ -170,7 +170,7 @@ public class HwvtepTunnelUpdateCommand extends AbstractTransactionCommand {
                                                                                UUID uuid) {
         PhysicalLocator locator = getOvsdbConnectionInstance().getDeviceInfo().getPhysicalLocator(uuid);
         if (locator == null) {
-            LOG.trace("Available PhysicalLocators: ",
+            LOG.trace("Available PhysicalLocators: {}",
                             getOvsdbConnectionInstance().getDeviceInfo().getPhysicalLocators());
             return null;
         }