taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 7a46128ff55628de707b32adcbc294f81375c0c5
parent b106e62f00652b885055e0683947d56e87573618
Author: Marc Stibane <marc@taler.net>
Date:   Sat,  5 Oct 2024 13:09:48 +0200

debugging

Diffstat:
MTalerWallet1/Backend/WalletCore.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Backend/WalletCore.swift b/TalerWallet1/Backend/WalletCore.swift @@ -145,7 +145,7 @@ extension WalletCore { } do { let jsonData = try JSONEncoder().encode(result) - symLog.log("id:\(requestId) \(result)") + symLog.log("\"id\":\(requestId) \(result)") // logger.info(result) TODO: log result completion(requestId, timeSent, jsonData, nil) } catch { // JSON encoding of response.result failed / should never happen