updated comment

This commit is contained in:
Francesco Mangiacrapa 2024-06-19 15:22:46 +02:00
parent 4359b13ae1
commit 8ef0a31e31
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ public class NotificationsPlugin extends AbstractPlugin implements EventListener
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);
if (isSubscribedEvent) {