exchange

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

commit 67818b31fba43f4ac9b7a2d1ff0eec42011faf50
parent 83577457a1a2c66256f12b9201aeef890e18afbe
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 21 Dec 2018 20:13:53 +0100

fix loglevel.

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

diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c @@ -1221,7 +1221,7 @@ build_keys_response (const struct ResponseFactoryContext *rfc, krd->cherry_pick_date = cherry_pick_date; - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Creating /keys for cherry pick date %s\n", GNUNET_STRINGS_absolute_time_to_string (cherry_pick_date));