gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]