commit ccec414661e62b79501f54086ce8a9c6fb792076
parent af7b61bbe698b9c5aabbc176426d1e2d012121d6
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Mon, 24 Mar 2025 15:49:52 +0100
fix #9653
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
@@ -99,7 +99,7 @@
* Above what request latency do we start to log?
*/
#define WARN_LATENCY GNUNET_TIME_relative_multiply ( \
- GNUNET_TIME_UNIT_MILLISECONDS, 500)
+ GNUNET_TIME_UNIT_MILLISECONDS, 500)
/**
* Are clients allowed to request /keys for times other than the
@@ -2382,7 +2382,10 @@ exchange_serve_process_config (const char *cfg_fn)
"STEFAN_LIN",
&TEH_stefan_lin))
{
- GNUNET_break (0);
+ GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR,
+ "exchange",
+ "STEFAN_LIN",
+ "must be a floating point");
return GNUNET_SYSERR;
}