Fix some SpotBugs issues
[transportpce.git] / networkmodel / src / main / java / org / opendaylight / transportpce / networkmodel / listeners / AlarmNotificationListener221.java
index 8f6f3ce2c79e34b74e57703e30da8a14bba36fbc..98cabb96e7bc018b0eda6e0e9e454669c869551b 100644 (file)
@@ -68,7 +68,7 @@ public class AlarmNotificationListener221 implements OrgOpenroadmAlarmListener {
                 }
             }
         } catch (InterruptedException | ExecutionException ex) {
-            LOG.warn("Exception thrown while reading Logical Connection Point value from {} {}", ex);
+            LOG.warn("Exception thrown while reading Logical Connection Point value", ex);
         }
         StringBuilder sb = new StringBuilder(notification.getResource().getDevice().getNodeId().getValue())
             .append(PIPE);