log full config section in error message instead of just the wire method
This commit is contained in:
parent
599cba3105
commit
2256f31947
@ -1017,7 +1017,7 @@ create_wire_fee_for_method (void *cls,
|
||||
{
|
||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||
"Invalid or missing amount in `%s' under `%s'\n",
|
||||
wiremethod,
|
||||
section,
|
||||
opt);
|
||||
*ret = GNUNET_SYSERR;
|
||||
GNUNET_free (opt);
|
||||
@ -1039,7 +1039,7 @@ create_wire_fee_for_method (void *cls,
|
||||
{
|
||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||
"Invalid or missing amount in `%s' under `%s'\n",
|
||||
wiremethod,
|
||||
section,
|
||||
opt);
|
||||
*ret = GNUNET_SYSERR;
|
||||
GNUNET_free (opt);
|
||||
|
Loading…
Reference in New Issue
Block a user