Upgrade to Neon base platform
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / HwvtepTableReader.java
index 7a1ebcc44ec0e647b0a01646ee94e85ec735e92a..ae3716b8e8d26434c2709ac2acb4e9f9bc8dd3da 100644 (file)
@@ -245,7 +245,7 @@ public class HwvtepTableReader {
             }
             return Optional.empty();
         } catch (RuntimeException e) {
-            LOG.error("Failed to get the hwvtep row for iid {} {} ", iid, e);
+            LOG.error("Failed to get the hwvtep row for iid {}", iid, e);
             return Optional.empty();
         }
     }