fix log message

This commit is contained in:
Christian Grothoff 2021-11-30 13:28:12 +01:00
parent 5913955f34
commit 644dbbf92b
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -2402,10 +2402,10 @@ load_fees (const char *section_name,
(0 != strcasecmp (TEH_currency,
meta->fee_refund.currency)) )
{
GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR,
"Need amounts in section `%s' to use currency `%s'\n",
section_name,
TEH_currency);
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Need amounts in section `%s' to use currency `%s'\n",
section_name,
TEH_currency);
return GNUNET_SYSERR;
}
return GNUNET_OK;