diff --git a/src/main/java/se/urmo/hemhub/notify/LogNotificationService.java b/src/main/java/se/urmo/hemhub/notify/LogNotificationService.java index 0a8d3b4..078f46f 100644 --- a/src/main/java/se/urmo/hemhub/notify/LogNotificationService.java +++ b/src/main/java/se/urmo/hemhub/notify/LogNotificationService.java @@ -26,6 +26,6 @@ public class LogNotificationService implements NotificationService { t.getProject() != null ? t.getProject().getId() : "—", t.getAssigneeSub() != null ? t.getAssigneeSub() : "—")) .collect(Collectors.joining("; ")); - log.info("[reminder] Tasks due tomorrow: {}", summary); + log.info("[reminder] Tasks due tomorrow: {} !", summary); } }