commit 04f18e5e1bab32b1f463a573258c2d0435041633 parent 993afe9f63198a93cde69720b831c152c81690dc Author: Michael Camilleri <[email protected]> Date: Sat, 27 Jun 2026 06:45:31 +0900 Make log line more accurate Diffstat:
| M | Shared/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] {