Merge "Use PerClass to force a new container per test class"
authorSam Hague <shague@redhat.com>
Sun, 3 Apr 2016 02:47:27 +0000 (02:47 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 3 Apr 2016 02:47:27 +0000 (02:47 +0000)
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionManager.java

index a3ee6cd37ab5ae91d695ad4d23f941670e1a9161..4b783c0fa38f53018289fbf313355c7839af4232 100644 (file)
@@ -573,7 +573,7 @@ public class OvsdbConnectionManager implements OvsdbConnectionListener, AutoClos
 
                         } else {
                             LOG.debug("Connection {} was switch initiated, no reconciliation is required"
-                                    , ovsdbNode.getConnectionInfo());
+                                    , iid.firstKeyOf(Node.class).getNodeId());
                         }
                     }