diff options
author | Florian Dold <florian@dold.me> | 2021-01-11 12:38:57 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-11 12:38:57 +0100 |
commit | 4a5eb6179311b27d66103c09963dc5b213c7ceff (patch) | |
tree | 37d6cc36bb2e8fccee8b5699dc8fa2b8bcbb44ab /src/backend/taler-merchant-httpd.c | |
parent | 523e8109c606734c26b8d531518dd7d35d849283 (diff) |
Revert "set up logging properly for merchant httpd"v0.8.1-dev.2
This reverts commit 523e8109c606734c26b8d531518dd7d35d849283.
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r-- | src/backend/taler-merchant-httpd.c | 5 |
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); |