Add logging to WhatsAppReminder

This commit is contained in:
2024-06-18 21:52:26 +02:00
parent 1236632a2a
commit 81e1142533

View File

@@ -33,6 +33,7 @@ public class WhatsAppNotifier {
boolean success = sendMessage(reminder);
if (success) {
markReminderAsSent(reminder);
logger.info("WhatsApp Erinnerung an " + reminder.username() + " gesendet.");
}
});
}