commit b8a2b654c8c171fb8e72ce46fc8d8fc7b9490d11
parent 3cf90625b1cef76be71dd6ff56742ff84c03918e
Author: Florian Dold <florian@dold.me>
Date: Thu, 10 Sep 2026 17:24:14 +0200
remove excessive logging in library function
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/exchange_api_restrictions.c b/src/lib/exchange_api_restrictions.c
@@ -93,7 +93,7 @@ TALER_EXCHANGE_test_account_allowed (
0, NULL,
0))
{
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Account `%s' allowed by regex\n",
payto_uri.normalized_payto);
allowed = true;