removed unicode character

This commit is contained in:
Francesco Mangiacrapa 2024-04-17 16:08:35 +02:00
parent f28685e9fb
commit b567213366
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ public class NotificationsPlugin extends AbstractPlugin implements EventListener
if (profileConfiguration != null) {
for (Object fsConfigObj : profileConfiguration.get(SUBSCRIBE_NOTIFICATIONS_CONFIG, List.class)) {
log.debug("Managing {} ", fsConfigObj);
log.debug("Managing {}", fsConfigObj);
SubscribeNotificationEvent fsConfig = Serialization.convert(fsConfigObj,
SubscribeNotificationEvent.class);
log.debug("Converted config {}", fsConfig);