updated comment
This commit is contained in:
parent
4359b13ae1
commit
8ef0a31e31
|
@ -370,7 +370,7 @@ public class NotificationsPlugin extends AbstractPlugin implements EventListener
|
||||||
|
|
||||||
boolean isSubscribedEvent = checkIfSubscribedEvent(itemObserved);
|
boolean isSubscribedEvent = checkIfSubscribedEvent(itemObserved);
|
||||||
|
|
||||||
log.info("Is the event {} subscribed in notification plugin configured in the UCD: {} ",
|
log.info("Is the event {} subscribed by "+NotificationsPlugin.class.getSimpleName()+" configured in the UCD? {} ",
|
||||||
itemObserved.getEvent(), isSubscribedEvent);
|
itemObserved.getEvent(), isSubscribedEvent);
|
||||||
|
|
||||||
if (isSubscribedEvent) {
|
if (isSubscribedEvent) {
|
||||||
|
|
Loading…
Reference in New Issue