gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix error message


From: gnunet
Subject: [taler-exchange] branch master updated: -fix error message
Date: Mon, 19 Dec 2022 14:08:28 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d3a9160e -fix error message
d3a9160e is described below

commit d3a9160e0fad8d75dc61ecde6b7a22ff9c054446
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Dec 19 14:08:26 2022 +0100

    -fix error message
---
 src/benchmark/taler-bank-benchmark.c        | 5 -----
 src/exchange-tools/taler-exchange-dbinit.c  | 3 ---
 src/exchangedb/plugin_exchangedb_postgres.c | 2 +-
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/src/benchmark/taler-bank-benchmark.c 
b/src/benchmark/taler-bank-benchmark.c
index 0d325a6e..03731625 100644
--- a/src/benchmark/taler-bank-benchmark.c
+++ b/src/benchmark/taler-bank-benchmark.c
@@ -552,12 +552,7 @@ parallel_benchmark (void)
 
     {
       struct GNUNET_OS_Process *dbinit;
-      char buf[1024];
 
-      GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                  "Running DB init with `%s' at %s\n",
-                  cfg_filename,
-                  getcwd (buf, sizeof (buf)));
       dbinit = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,
                                         NULL, NULL, NULL,
                                         "taler-exchange-dbinit",
diff --git a/src/exchange-tools/taler-exchange-dbinit.c 
b/src/exchange-tools/taler-exchange-dbinit.c
index 19aef770..d2cd22c1 100644
--- a/src/exchange-tools/taler-exchange-dbinit.c
+++ b/src/exchange-tools/taler-exchange-dbinit.c
@@ -74,9 +74,6 @@ run (void *cls,
   (void) args;
   (void) cfgfile;
 
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-              "Running with CFG `%s'\n",
-              cfgfile);
   if (NULL ==
       (plugin = TALER_EXCHANGEDB_plugin_load (cfg)))
   {
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index c805810b..9e7242cc 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -399,7 +399,7 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
                                "exchangedb-postgres",
-                               "CONFIG");
+                               "SQL_DIR");
     GNUNET_free (pg);
     return 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]