re-activate FindBugs
[openflowplugin.git] / openflowplugin-common / src / main / java / org / opendaylight / openflowplugin / common / wait / SimpleTaskRetryLooper.java
index c983058043b5aa80db8e11b6db623935ad2339c1..d0c05c1b21b1719d66b45a51bdc0c1b11090ecbe 100644 (file)
@@ -54,7 +54,7 @@ public class SimpleTaskRetryLooper {
             try {
                 Thread.sleep(tick);
             } catch (InterruptedException e) {
-                LOG.debug("interrupted: {}", e.getMessage(), e);
+                LOG.debug("interrupted", e);
                 Thread.currentThread().interrupt();
             }
         }