gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: more logging for #6667


From: gnunet
Subject: [taler-exchange] branch master updated: more logging for #6667
Date: Thu, 31 Dec 2020 20:41:40 +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 54b4951b more logging for #6667
54b4951b is described below

commit 54b4951b89f4432da45869fda8b20d9a5e1e40b5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Dec 31 20:41:33 2020 +0100

    more logging for #6667
---
 src/testing/testing_api_helpers_exchange.c | 2 ++
 src/util/taler-helper-crypto-eddsa.c       | 4 ----
 src/util/taler-helper-crypto-rsa.c         | 4 ----
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/testing/testing_api_helpers_exchange.c 
b/src/testing/testing_api_helpers_exchange.c
index f3a713af..a0f89054 100644
--- a/src/testing/testing_api_helpers_exchange.c
+++ b/src/testing/testing_api_helpers_exchange.c
@@ -605,6 +605,7 @@ start_helpers (const char *config_filename,
                                           fn,
                                           "taler-helper-crypto-eddsa",
                                           "-c", config_filename,
+                                          "-L", "INFO",
                                           NULL);
     GNUNET_free (fn);
   }
@@ -620,6 +621,7 @@ start_helpers (const char *config_filename,
                                           fn,
                                           "taler-helper-crypto-rsa",
                                           "-c", config_filename,
+                                          "-L", "INFO",
                                           NULL);
     GNUNET_free (fn);
   }
diff --git a/src/util/taler-helper-crypto-eddsa.c 
b/src/util/taler-helper-crypto-eddsa.c
index ccea0214..6cf4c466 100644
--- a/src/util/taler-helper-crypto-eddsa.c
+++ b/src/util/taler-helper-crypto-eddsa.c
@@ -1642,10 +1642,6 @@ main (int argc,
    not do this, the linker may "optimize" libtalerutil
    away and skip #TALER_OS_init(), which we do need */
   GNUNET_OS_init (TALER_project_data_default ());
-  GNUNET_assert (GNUNET_OK ==
-                 GNUNET_log_setup ("taler-helper-crypto-eddsa",
-                                   "WARNING",
-                                   NULL));
   now = now_tmp = GNUNET_TIME_absolute_get ();
   ret = GNUNET_PROGRAM_run (argc, argv,
                             "taler-helper-crypto-eddsa",
diff --git a/src/util/taler-helper-crypto-rsa.c 
b/src/util/taler-helper-crypto-rsa.c
index 6a1019af..c581be31 100644
--- a/src/util/taler-helper-crypto-rsa.c
+++ b/src/util/taler-helper-crypto-rsa.c
@@ -2041,10 +2041,6 @@ main (int argc,
    not do this, the linker may "optimize" libtalerutil
    away and skip #TALER_OS_init(), which we do need */
   GNUNET_OS_init (TALER_project_data_default ());
-  GNUNET_assert (GNUNET_OK ==
-                 GNUNET_log_setup ("taler-helper-crypto-rsa",
-                                   "INFO",
-                                   NULL));
   now = now_tmp = GNUNET_TIME_absolute_get ();
   ret = GNUNET_PROGRAM_run (argc, argv,
                             "taler-helper-crypto-rsa",

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