gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: log


From: gnunet
Subject: [gnunet] branch master updated: log
Date: Mon, 24 Feb 2020 18:30:56 +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 201253c90 log
201253c90 is described below

commit 201253c90a52864ad6100409ab19426a07257bf3
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 18:26:57 2020 +0100

    log
---
 src/pq/pq_connect.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index 559361f32..a5a7f0682 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -158,6 +158,10 @@ apply_patch (struct GNUNET_PQ_Context *db,
                    "%s%04u.sql",
                    load_path,
                    i);
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Applying SQL file `%s' on database %s\n",
+              buf,
+              db->config_str);
   psql = GNUNET_OS_start_process (GNUNET_NO,
                                   GNUNET_OS_INHERIT_STD_NONE,
                                   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]