gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: more logging


From: gnunet
Subject: [gnunet] branch master updated: more logging
Date: Wed, 18 Nov 2020 19:19:15 +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 75f764ad2 more logging
     new 8ea532729 Merge branch 'master' of git+ssh://gnunet.org/gnunet
75f764ad2 is described below

commit 75f764ad21fd850bd068f5746b8db89d49e784d1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 18 19:09:00 2020 +0100

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

diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index 881a158bb..22230cf5c 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -223,6 +223,9 @@ GNUNET_PQ_run_sql (struct GNUNET_PQ_Context *db,
     return GNUNET_SYSERR;
   }
   load_path_suffix++; /* skip '/' */
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Loading SQL resources from `%s'\n",
+              load_path);
   for (unsigned int i = 1; i<10000; i++)
   {
     enum GNUNET_DB_QueryStatus qs;

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