better error message
This commit is contained in:
parent
2d976fc8ae
commit
6f9354cac6
@ -281,7 +281,7 @@ main (int argc,
|
|||||||
if (0 == dks_len)
|
if (0 == dks_len)
|
||||||
{
|
{
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
"Denomination list has length zero, signature not produced.\n");
|
"Failed to produce auditor signature, denomination list is empty.\n");
|
||||||
GNUNET_DISK_file_close (fh);
|
GNUNET_DISK_file_close (fh);
|
||||||
GNUNET_free (eddsa_priv);
|
GNUNET_free (eddsa_priv);
|
||||||
return 2;
|
return 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user