diff --git a/mobile/lib/services/notification_service.dart b/mobile/lib/services/notification_service.dart index 94259efa33..8d9fe3e3f7 100644 --- a/mobile/lib/services/notification_service.dart +++ b/mobile/lib/services/notification_service.dart @@ -197,7 +197,7 @@ class NotificationService { payload: payload, ); _logger.info( - "Scheduled notification with: $title, $message, $channelID, $channelName, $payload", + "Scheduled notification with: $title, $message, $channelID, $channelName, $payload for $dateTime", ); } catch (e, s) { // For now we're swallowing any exceptions here because we don't want the memories logic to get disturbed