Fixed NPE thrown while switch initiated connection disconnects from controller 35/37035/1
authorAnil Vishnoi <vishnoianil@gmail.com>
Sat, 2 Apr 2016 07:25:05 +0000 (00:25 -0700)
committerSam Hague <shague@redhat.com>
Sat, 2 Apr 2016 22:01:38 +0000 (22:01 +0000)
Change-Id: Ic9cd502729ab9fa4f67e8937e47bb57efdc6db9e
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
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());
                         }
                     }