Fix for Bug 144, Bug 147, 148 - improved codec
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / sal / binding / impl / NotificationBrokerImpl.xtend
index 6e493057b240e2f7bcce4c2ebad267afbf9fb4c6..887ef82ca90c459d6ed4e8d12bc7c52903442919 100644 (file)
@@ -179,7 +179,7 @@ class NotifyTask implements Callable<Object> {
         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;
     }