gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: improve log message


From: gnunet
Subject: [gnunet] branch master updated: improve log message
Date: Mon, 17 Feb 2020 20:49:27 +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 56757403a improve log message
56757403a is described below

commit 56757403ab20ff3488f023f252044de8ab7e0418
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 17 20:45:31 2020 +0100

    improve log message
---
 src/pq/pq_connect.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index e261ce19e..70ae4fb2e 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -386,7 +386,8 @@ GNUNET_PQ_reconnect (struct GNUNET_PQ_Context *db)
                        NULL);
       if (PGRES_COMMAND_OK != PQresultStatus (res))
       {
-        GNUNET_break (0);
+        GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+                    "Failed to run SQL logic to setup database versioning 
logic (permission denied?)\n");
         PQclear (res);
         PQfinish (db->conn);
         db->conn = NULL;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]