exchange

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

commit 7e946580c26f779b47eebdf4c6f89f5a8df5ebe7
parent 5487e141c1b7f1db909267dd69be41281b9a6212
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 20 Oct 2022 23:57:36 +0200

-log TOS fn

Diffstat:
Msrc/mhd/mhd_legal.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c @@ -455,6 +455,9 @@ load_terms (struct TALER_MHD_Legal *legal, GNUNET_free (fn); return; } + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Loading legal information from file `%s'\n", + fn); { void *buf; size_t bsize;