Technical debt MeterUtil, GroupUtil, FlowUtil
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / connection / OutboundQueueProviderImpl.java
index cc2aaa508f00c4e2882454b48079ffe3308f3080..49d0c2d463623a2e0d21ad8832ec7dcecb0205a0 100644 (file)
@@ -68,7 +68,7 @@ public class OutboundQueueProviderImpl implements OutboundQueueProvider {
                     try {
                         wait();
                     } catch (InterruptedException e) {
-                        LOG.info("Interrupted while waiting for entry", e);
+                        LOG.error("Interrupted while waiting for entry", e);
                         return null;
                     }
                 }