re-activate FindBugs
[openflowplugin.git] / applications / forwardingrules-sync / src / main / java / org / opendaylight / openflowplugin / applications / frsync / impl / AbstractFrmSyncListener.java
index cbf44301cc6a611e8f7af0a1214238a5f434aa6b..5130c9ae150bd9512407dbfb39a3b7fc8b1ca028 100644 (file)
@@ -48,7 +48,7 @@ public abstract class AbstractFrmSyncListener<T extends DataObject> implements N
                     }
                 }
             } catch (InterruptedException | ExecutionException | TimeoutException e) {
-                LOG.error("Error processing inventory node modification: {}, {}", nodeId.getValue(), e);
+                LOG.error("Error processing inventory node modification: {}", nodeId.getValue(), e);
             }
         }
     }