X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fbinding%2Fimpl%2FNotificationBrokerImpl.xtend;h=887ef82ca90c459d6ed4e8d12bc7c52903442919;hb=1d86c5cf27410934076c10eaa74f4bab4418215c;hp=6e493057b240e2f7bcce4c2ebad267afbf9fb4c6;hpb=8b6075992f1e18eb678ee4e50e13b3d2d1397a85;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/NotificationBrokerImpl.xtend b/opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/NotificationBrokerImpl.xtend index 6e493057b2..887ef82ca9 100644 --- a/opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/NotificationBrokerImpl.xtend +++ b/opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/NotificationBrokerImpl.xtend @@ -179,7 +179,7 @@ class NotifyTask implements Callable { try { listener.onNotification(notification); } catch (Exception e) { - log.error("Unhandled exception {} thrown by listener: {} Notification: {}", e, listener, notification); + log.error("Unhandled exception thrown by listener: {}", listener, e); } return null; }