better error message

This commit is contained in:
Florian Dold 2018-01-30 02:33:47 +01:00
parent 2d976fc8ae
commit 6f9354cac6
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -281,7 +281,7 @@ main (int argc,
if (0 == dks_len)
{
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_free (eddsa_priv);
return 2;