summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-11 12:38:57 +0100
committerFlorian Dold <florian@dold.me>2021-01-11 12:38:57 +0100
commit4a5eb6179311b27d66103c09963dc5b213c7ceff (patch)
tree37d6cc36bb2e8fccee8b5699dc8fa2b8bcbb44ab
parent523e8109c606734c26b8d531518dd7d35d849283 (diff)
downloadmerchant-0.8.1-dev.2.tar.gz
merchant-0.8.1-dev.2.tar.bz2
merchant-0.8.1-dev.2.zip
Revert "set up logging properly for merchant httpd"v0.8.1-dev.2
This reverts commit 523e8109c606734c26b8d531518dd7d35d849283.
-rw-r--r--src/backend/taler-merchant-httpd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 0ae89b76..bf1c4db3 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1692,10 +1692,7 @@ run (void *cls,
if (merchant_connection_close)
go |= TALER_MHD_GO_FORCE_CONNECTION_CLOSE;
TALER_MHD_setup (go);
- GNUNET_assert (GNUNET_OK ==
- GNUNET_log_setup ("taler-merchant-httpd",
- (NULL == loglev) ? "INFO" : loglev,
- logfile));
+
result = GNUNET_SYSERR;
GNUNET_SCHEDULER_add_shutdown (&do_shutdown,
NULL);