BUG-2091: notification NodeRemoved and processing queue
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / translator / MultipartReplyTableFeaturesToTableUpdatedTranslator.java
index 9d3067560465b4c3185a8d0104dfcbc76e0020f8..daabe2ad7123ff1fac57abe71cbc0c53191578fc 100644 (file)
@@ -15,7 +15,7 @@ import java.util.List;
 import java.util.concurrent.CopyOnWriteArrayList;
 
 import org.opendaylight.openflowplugin.openflow.md.core.IMDMessageTranslator;
-import org.opendaylight.openflowplugin.openflow.md.core.SwitchConnectionDistinguisher;
+import org.opendaylight.openflowplugin.api.openflow.md.core.SwitchConnectionDistinguisher;
 import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.TableFeaturesReplyConvertor;
 import org.opendaylight.openflowplugin.openflow.md.core.session.SessionContext;
 import org.opendaylight.openflowplugin.openflow.md.util.InventoryDataServiceUtil;
@@ -44,7 +44,7 @@ public class MultipartReplyTableFeaturesToTableUpdatedTranslator implements
                
                                
                if(msg instanceof MultipartReply && ((MultipartReply) msg).getType() == MultipartType.OFPMPTABLEFEATURES) {
-                       LOG.info("MultipartReply Being translated to TableUpdated " );
+                       LOG.debug("MultipartReply Being translated to TableUpdated " );
                        MultipartReplyMessage mpReply = (MultipartReplyMessage)msg;
                         
             List<DataObject> listDataObject = new CopyOnWriteArrayList<DataObject>();