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,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Invalid or missing amount in `%s' under `%s'\n",
|
"Invalid or missing amount in `%s' under `%s'\n",
|
||||||
wiremethod,
|
section,
|
||||||
opt);
|
opt);
|
||||||
*ret = GNUNET_SYSERR;
|
*ret = GNUNET_SYSERR;
|
||||||
GNUNET_free (opt);
|
GNUNET_free (opt);
|
||||||
@ -1039,7 +1039,7 @@ create_wire_fee_for_method (void *cls,
|
|||||||
{
|
{
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Invalid or missing amount in `%s' under `%s'\n",
|
"Invalid or missing amount in `%s' under `%s'\n",
|
||||||
wiremethod,
|
section,
|
||||||
opt);
|
opt);
|
||||||
*ret = GNUNET_SYSERR;
|
*ret = GNUNET_SYSERR;
|
||||||
GNUNET_free (opt);
|
GNUNET_free (opt);
|
||||||
|
Loading…
Reference in New Issue
Block a user