Add logging to WhatsAppReminder

This commit is contained in:
2024-06-18 21:52:26 +02:00
parent 0bf72d686b
commit a8e9327d3d
@@ -33,6 +33,7 @@ public class WhatsAppNotifier {
boolean success = sendMessage(reminder);
if (success) {
markReminderAsSent(reminder);
logger.info("WhatsApp Erinnerung an " + reminder.username() + " gesendet.");
}
});
}