gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -log more templating details


From: gnunet
Subject: [taler-exchange] branch master updated: -log more templating details
Date: Tue, 10 Dec 2024 23:12:53 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e370dc0cf -log more templating details
e370dc0cf is described below

commit e370dc0cfdd61c20c52030c6812f17766d8db8da
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 10 23:12:51 2024 +0100

    -log more templating details
---
 src/templating/templating_api.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/templating/templating_api.c b/src/templating/templating_api.c
index 7ad1b18d7..2204e3998 100644
--- a/src/templating/templating_api.c
+++ b/src/templating/templating_api.c
@@ -427,6 +427,10 @@ load_template (void *cls,
   loaded[loaded_length - 1].lang = GNUNET_strndup (lang,
                                                    end - lang);
   loaded[loaded_length - 1].value = map;
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Loading template `%s' (%s)\n",
+              filename,
+              loaded[loaded_length - 1].name);
   return GNUNET_OK;
 }
 
@@ -493,6 +497,9 @@ TALER_TEMPLATING_init (const struct GNUNET_OS_ProjectData 
*pd)
                      path);
     GNUNET_free (path);
   }
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Loading templates from `%s'\n",
+              dn);
   ret = GNUNET_DISK_directory_scan (dn,
                                     &load_template,
                                     NULL);

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