gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 05/25: logger


From: gnunet
Subject: [taler-taler-ios] 05/25: logger
Date: Mon, 06 Nov 2023 20:40:12 +0100

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 d84e4b1573248870d4b7b305635261b2696fffa5
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Nov 1 22:50:35 2023 +0100

    logger
---
 TalerWallet1/Model/WalletModel.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Model/WalletModel.swift 
b/TalerWallet1/Model/WalletModel.swift
index 1c6e884..588003b 100644
--- a/TalerWallet1/Model/WalletModel.swift
+++ b/TalerWallet1/Model/WalletModel.swift
@@ -46,7 +46,7 @@ class WalletModel: ObservableObject {
             return response
         } catch {       // rethrows
             let timeUsed = Date.now - sendTime
-            logger.error("\(request.operation(), privacy: .public) failed 
after \(timeUsed.milliseconds, privacy: .public) ms\n\(error)")
+            logger.error("\(request.operation(), privacy: .public) failed 
after \(timeUsed.milliseconds, privacy: .public) ms\n\(error, privacy: 
.public)")
             throw 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]