Update MRI projects for Aluminium
[ovsdb.git] / southbound / southbound-impl / src / main / java / org / opendaylight / ovsdb / southbound / transactions / md / OvsdbBridgeUpdateCommand.java
index d6a5198910d0a22e511d69f13af089819d3e30d5..b45c8d556ea7fb1d6695647ef7eaa9885e2a1602 100644 (file)
@@ -225,7 +225,7 @@ public class OvsdbBridgeUpdateCommand extends AbstractTransactionCommand {
         connectionNode.addAugmentation(OvsdbNodeAugmentation.class, ovsdbConnectionAugmentationBuilder.build());
 
         LOG.debug("Update node with bridge node ref {}",
-                ovsdbConnectionAugmentationBuilder.getManagedNodeEntry().iterator().next());
+                ovsdbConnectionAugmentationBuilder.getManagedNodeEntry().values().iterator().next());
         return connectionNode.build();
     }