commit a01547172bb2bff08b2317c85c739da0262955fc
parent c4ed28a2e3c4539d284999201bbdb1b9ef34b5a4
Author: Florian Dold <dold@taler.net>
Date: Thu, 3 Sep 2026 18:54:58 +0200
turn some warnings into infos
Diffstat:
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/backend/taler-merchant-donaukeyupdate.c b/src/backend/taler-merchant-donaukeyupdate.c
@@ -748,7 +748,7 @@ lookup_donau (const char *donau_url)
if (0 == strcmp (d->donau_url,
donau_url))
return d;
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Got notification about unknown Donau `%s'\n",
donau_url);
return NULL;
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c
@@ -932,7 +932,7 @@ reload_exchange_keys (struct TMH_Exchange *exchange)
if ( (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs) ||
(NULL == keys) )
{
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"No keys yet for `%s'\n",
exchange->url);
return;
diff --git a/src/backend/taler-merchant-httpd_get-private-orders-ORDER_ID.c b/src/backend/taler-merchant-httpd_get-private-orders-ORDER_ID.c
@@ -916,7 +916,6 @@ phase_parse_contract (struct GetOrderRequestContext *gorc)
}
else
{
- GNUNET_break (gorc->order_only);
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Choice index %i is invalid",
gorc->choice_index);