Merge "BUG-5006: rework SouthboundProviderTest, clean up"
[ovsdb.git] / southbound / southbound-impl / src / main / java / org / opendaylight / ovsdb / southbound / SouthboundProvider.java
index 21f087b3008c52eb417f01e08e93d3b3b71e8424..a331a2ab5d6c83661d9df46d35a148ad9e70b757 100644 (file)
@@ -139,7 +139,7 @@ public class SouthboundProvider implements BindingAwareProvider, AutoCloseable {
                 transaction.cancel();
             }
         } catch (Exception e) {
-            LOG.error("Error initializing ovsdb topology {}",e);
+            LOG.error("Error initializing ovsdb topology", e);
         }
     }