crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit a21ab48f5d5f54a3c4f1ede8634555e5b23404d6
parent 7c16492130c5d80d56b2341a432e1f72a26b9797
Author: Michael Camilleri <[email protected]>
Date:   Sat, 27 Jun 2026 06:45:31 +0900

Make log line more accurate

Diffstat:
MShared/NotificationState.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Shared/NotificationState.swift b/Shared/NotificationState.swift @@ -468,7 +468,7 @@ enum VisibleNotificationReceiptLog { let escapedBody = entry.body .replacingOccurrences(of: "\n", with: " ") .trimmingCharacters(in: .whitespacesAndNewlines) - return "visible notification received: utc=\(utcString(entry.timestamp)) source=\(entry.source) body=\"\(escapedBody)\"" + return "visible notification receipt imported: utc=\(utcString(entry.timestamp)) source=\(entry.source) body=\"\(escapedBody)\"" } private static func loadEntries(from defaults: UserDefaults) -> [Entry] {