exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 146cc27b248fd218ae3d0efc11cff24804724579
parent bc7957f39338f220ec4a7e1b21e17b6142b809de
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 16 Jan 2018 13:22:16 +0100

use saner log level

Diffstat:
Msrc/exchange/taler-exchange-httpd.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c @@ -728,7 +728,7 @@ handle_mhd_logs (void *cls, sizeof (buf), fm, ap); - GNUNET_log_from (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, "libmicrohttpd", "%s", buf);