gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -swap WARNING/ERROR to fix #6991


From: gnunet
Subject: [gnunet] branch master updated: -swap WARNING/ERROR to fix #6991
Date: Wed, 18 Aug 2021 10:29:07 +0200

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 71a70133a -swap WARNING/ERROR to fix #6991
71a70133a is described below

commit 71a70133ad41085750ee1018fe026838d0aab5ac
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 18 10:25:33 2021 +0200

    -swap WARNING/ERROR to fix #6991
---
 src/pq/pq_connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index b06a591cf..275fd7450 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -348,7 +348,7 @@ GNUNET_PQ_reconnect (struct GNUNET_PQ_Context *db)
                          0);
       if (GNUNET_NO == ret)
       {
-        GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+        GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                     "Failed to find SQL file to load database versioning 
logic\n");
         PQfinish (db->conn);
         db->conn = 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]