Upgrade to Neon base platform
[ovsdb.git] / southbound / southbound-impl / src / main / java / org / opendaylight / ovsdb / southbound / transactions / md / OvsdbPortUpdateCommand.java
index a3beb545590b7f919d2fea3dc1a9dda4e1c6a850..1694f7085fbf93615a619b461840e00bb1d59977 100644 (file)
@@ -491,7 +491,7 @@ public class OvsdbPortUpdateCommand extends AbstractTransactionCommand {
                 ovsdbTerminationPointBuilder
                     .setOfport(ofPort);
             } else {
-                LOG.debug("Received negative value for ofPort from ovsdb for {} {} {}",
+                LOG.debug("Received negative value for ofPort from ovsdb for {} {}",
                         interf.getName(),ofPort);
             }
         }
@@ -513,7 +513,7 @@ public class OvsdbPortUpdateCommand extends AbstractTransactionCommand {
                 ovsdbTerminationPointBuilder
                     .setOfportRequest(ofPort);
             } else {
-                LOG.debug("Received negative value for ofPort from ovsdb for {} {} {}",
+                LOG.debug("Received negative value for ofPort from ovsdb for {} {}",
                         interf.getName(),ofPort);
             }
         }