gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -logging


From: gnunet
Subject: [taler-exchange] branch master updated: -logging
Date: Wed, 15 Nov 2023 22:32:40 +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 df6d4a7f -logging
df6d4a7f is described below

commit df6d4a7f69c96a2aaba13f558a423ffafeb3e100
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 15 22:32:37 2023 +0100

    -logging
---
 contrib/gana                    | 2 +-
 src/templating/templating_api.c | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 78712599..27de0765 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 78712599c45ec873829c5111ee2f95116548baed
+Subproject commit 27de076550489d6ca0b99822121579e02fee4cf2
diff --git a/src/templating/templating_api.c b/src/templating/templating_api.c
index efe02076..3bda7de5 100644
--- a/src/templating/templating_api.c
+++ b/src/templating/templating_api.c
@@ -100,7 +100,7 @@ lookup_template (struct MHD_Connection *connection,
   if (NULL == best)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "No templates found in `%s'\n",
+                "No templates found for `%s'\n",
                 name);
     return NULL;
   }
@@ -360,7 +360,6 @@ load_template (void *cls,
   (void) cls;
   if ('.' == filename[0])
     return GNUNET_OK;
-
   name = strrchr (filename,
                   '/');
   if (NULL == name)
@@ -395,7 +394,7 @@ load_template (void *cls,
              &sb))
   {
     GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
-                              "open",
+                              "fstat",
                               filename);
     GNUNET_break (0 == close (fd));
     return GNUNET_OK;

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