gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -better logging


From: gnunet
Subject: [gnunet] branch master updated: -better logging
Date: Tue, 10 Dec 2024 17:07:17 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1ad00fae1 -better logging
1ad00fae1 is described below

commit 1ad00fae173816b44b52b73c426d861423a7be92
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 10 17:07:08 2024 +0100

    -better logging
---
 src/lib/pq/pq.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/pq/pq.c b/src/lib/pq/pq.c
index 65e051bfc..573aee511 100644
--- a/src/lib/pq/pq.c
+++ b/src/lib/pq/pq.c
@@ -79,6 +79,9 @@ GNUNET_PQ_exec_prepared (struct GNUNET_PQ_Context *db,
       {
         for (off = 0; off < soff; off++)
           GNUNET_free (scratch[off]);
+        GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+                    "Conversion at index %u failed\n",
+                    i);
         return NULL;
       }
       soff += ret;

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