Bump upstreams for Silicon
[netconf.git] / netconf / messagebus-netconf / src / main / java / org / opendaylight / netconf / messagebus / eventsources / netconf / StreamNotificationTopicRegistration.java
index b1a3b7b9b2c934d103fd981acc8e13ba7863f52f..a82ce65058f177f66ca44d49becb34583e511b4b 100644 (file)
@@ -126,7 +126,7 @@ class StreamNotificationTopicRegistration extends NotificationTopicRegistration
         activateNotificationSource();
         if (!isActive()) {
             LOG.warn("Stream {} is not active, listener for notification {} is not registered.", getStreamName(),
-                    notificationPath.toString());
+                    notificationPath);
             return false;
         }