log
authorChristian Grothoff <christian@grothoff.org>
Mon, 24 Feb 2020 17:26:57 +0000 (18:26 +0100)
committerChristian Grothoff <christian@grothoff.org>
Mon, 24 Feb 2020 17:26:57 +0000 (18:26 +0100)
src/pq/pq_connect.c

index 559361f32171b121172ef1f5a8d0414763050c2f..a5a7f0682ac04f3db12b9241d17b4853e2d673f8 100644 (file)
@@ -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,