Fix some SpotBugs issues
[transportpce.git] / servicehandler / src / main / java / org / opendaylight / transportpce / servicehandler / stub / StubRendererServiceOperations.java
index 38c1d4c1e63669c6e88a9f815b8a7d1535e87155..a3a0ca07592de8db6b119a717c1f9243c4beeb5e 100644 (file)
@@ -71,7 +71,7 @@ public class StubRendererServiceOperations implements RendererServiceOperations
             LOG.info("putting notification : {}", notif);
             notificationPublishService.putNotification(notif);
         } catch (InterruptedException e) {
-            LOG.info("notification offer rejected : ", e.getMessage());
+            LOG.info("notification offer rejected: ", e);
         }
     }