Skip to content

Commit ad814e0

Browse files
committed
DEBUG: make text in a better way.
1 parent 079b737 commit ad814e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pushextension/NotificationService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class NotificationService: UNNotificationServiceExtension {
3434
if let bestAttemptContent = bestAttemptContent {
3535
if (change) {
3636
print("noti:actually changing")
37-
bestAttemptContent.title = "connecting ... " + String(lastTs)
37+
bestAttemptContent.title = "connecting ... ts=\(lastTs)"
3838
}
3939
contentHandler(bestAttemptContent)
4040
}

0 commit comments

Comments
 (0)