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