fix log message
This commit is contained in:
parent
5913955f34
commit
644dbbf92b
@ -2402,7 +2402,7 @@ load_fees (const char *section_name,
|
|||||||
(0 != strcasecmp (TEH_currency,
|
(0 != strcasecmp (TEH_currency,
|
||||||
meta->fee_refund.currency)) )
|
meta->fee_refund.currency)) )
|
||||||
{
|
{
|
||||||
GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Need amounts in section `%s' to use currency `%s'\n",
|
"Need amounts in section `%s' to use currency `%s'\n",
|
||||||
section_name,
|
section_name,
|
||||||
TEH_currency);
|
TEH_currency);
|
||||||
|
Loading…
Reference in New Issue
Block a user