gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 05/05: debugging


From: gnunet
Subject: [taler-taler-ios] 05/05: debugging
Date: Mon, 15 Apr 2024 20:24:46 +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 2276b6e7fcc052ac84616141c999d232149ae0b9
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Apr 15 20:24:20 2024 +0200

    debugging
---
 TalerWallet1/Views/Settings/SettingsView.swift       | 2 +-
 TalerWallet1/Views/Sheets/Payment/PayTemplateV.swift | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Settings/SettingsView.swift 
b/TalerWallet1/Views/Settings/SettingsView.swift
index 98de849..4d913d5 100644
--- a/TalerWallet1/Views/Settings/SettingsView.swift
+++ b/TalerWallet1/Views/Settings/SettingsView.swift
@@ -155,7 +155,7 @@ struct SettingsView: View {
 #if DEBUG
                     if showDevelopItems {
                         Text("https://bank.taler.grothoff.org/";)
-                        Text("https://bank.taler.fdold.eu/";)
+                        Text("https://bank.regio-taler.fdold.eu/";)
                         Text("https://bank.head.taler.net/";)
                         Text("https://bank.test.taler.net/";)
                         Text("https://bank.demo.taler.net/";)
diff --git a/TalerWallet1/Views/Sheets/Payment/PayTemplateV.swift 
b/TalerWallet1/Views/Sheets/Payment/PayTemplateV.swift
index 81e7a08..e993dd0 100644
--- a/TalerWallet1/Views/Sheets/Payment/PayTemplateV.swift
+++ b/TalerWallet1/Views/Sheets/Payment/PayTemplateV.swift
@@ -200,9 +200,10 @@ struct PayTemplateV: View {
         } else {
             LoadingView(scopeInfo: nil, message: url.host)
                 .task {
-                    symLog.log(".task")
+                    symLog.log("LoadingView.task preparePayForTemplate")
                     let hasParams = queryURL()
                     await preparePayForTemplate()
+                    symLog.log("preparePayForTemplate finished")
                 }
         }
     }

-- 
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]