[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 24/29: Logging
From: |
gnunet |
Subject: |
[taler-taler-ios] 24/29: Logging |
Date: |
Tue, 28 May 2024 09:06:07 +0200 |
This is an automated email from the git hooks/post-receive script.
marc-stibane pushed a commit to branch master
in repository taler-ios.
commit e522d4385f5f88747a813ab0138395a0769b6fa7
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat May 25 21:34:55 2024 +0200
Logging
---
TalerWallet1/Backend/WalletCore.swift | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/TalerWallet1/Backend/WalletCore.swift
b/TalerWallet1/Backend/WalletCore.swift
index eb6b866..28a09a5 100644
--- a/TalerWallet1/Backend/WalletCore.swift
+++ b/TalerWallet1/Backend/WalletCore.swift
@@ -1,5 +1,5 @@
/*
- * This file is part of GNU Taler, ©2022-23 Taler Systems S.A.
+ * This file is part of GNU Taler, ©2022-24 Taler Systems S.A.
* See LICENSE.md
*/
/**
@@ -320,8 +320,8 @@ extension WalletCore {
postNotification(.ProposalDownloaded, userInfo: nil)
case Notification.Name.TaskObservabilityEvent.rawValue,
Notification.Name.RequestObservabilityEvent.rawValue:
- symLog.log(anyPayload)
if isObserving != 0 {
+ symLog.log(anyPayload)
let timestamp = TalerDater.dateString()
if let event = payload.event, let json =
event.toJSON() {
let type = event["type"]?.value as? String
@@ -337,7 +337,7 @@ extension WalletCore {
// "refresh-revealed", "refresh-unwarranted":
// break
default:
-print("\n❗️ WalletCore.swift:251 Notification: ", anyPayload, "\n") //
this is a new notification I haven't seen before
+print("\n❗️ WalletCore.swift:340 Notification: ", anyPayload, "\n") //
this is a new notification I haven't seen before
break
}
} catch let error {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] branch master updated (18d895c -> c4761b4), gnunet, 2024/05/28
- [taler-taler-ios] 04/29: cleanup, gnunet, 2024/05/28
- [taler-taler-ios] 03/29: checkInternetConnection, gnunet, 2024/05/28
- [taler-taler-ios] 07/29: crash fix 8780, gnunet, 2024/05/28
- [taler-taler-ios] 05/29: CurrencyFormatter for manual withdrawals, gnunet, 2024/05/28
- [taler-taler-ios] 02/29: currencyInfo instead of readableDescription, gnunet, 2024/05/28
- [taler-taler-ios] 06/29: non-breaking space, gnunet, 2024/05/28
- [taler-taler-ios] 01/29: Bank links, gnunet, 2024/05/28
- [taler-taler-ios] 13/29: addingPercentEncoding, gnunet, 2024/05/28
- [taler-taler-ios] 24/29: Logging,
gnunet <=
- [taler-taler-ios] 29/29: Bump version to 0.11.0 (0.11.1), gnunet, 2024/05/28
- [taler-taler-ios] 19/29: checkPayForTemplate preparation, gnunet, 2024/05/28
- [taler-taler-ios] 15/29: Decode payee, gnunet, 2024/05/28
- [taler-taler-ios] 14/29: merge-kyc translation, gnunet, 2024/05/28
- [taler-taler-ios] 23/29: escape "\t", gnunet, 2024/05/28
- [taler-taler-ios] 26/29: German localization, gnunet, 2024/05/28
- [taler-taler-ios] 10/29: prepare pending tx reload on errors, gnunet, 2024/05/28
- [taler-taler-ios] 18/29: don't announce debugView, gnunet, 2024/05/28
- [taler-taler-ios] 21/29: Localization hints, gnunet, 2024/05/28
- [taler-taler-ios] 09/29: debugging, gnunet, 2024/05/28