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: Sat, 06 Nov 2021 20:20:51 +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 fab39a608 -better logging
fab39a608 is described below

commit fab39a6089cb6f48af6bdcfa0a4df3559348259e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Nov 6 20:20:42 2021 +0100

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

diff --git a/src/pq/pq.c b/src/pq/pq.c
index 876d4fcf6..130ff355f 100644
--- a/src/pq/pq.c
+++ b/src/pq/pq.c
@@ -168,6 +168,9 @@ GNUNET_PQ_extract_result (PGresult *result,
                   spec->fname);
       goto cleanup;
     case GNUNET_SYSERR:
+      GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+                  "Failed to extract field `%s'\n",
+                  spec->fname);
       GNUNET_break (0);
       goto cleanup;
     }

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