fix error message

This commit is contained in:
Christian Grothoff 2016-04-01 20:30:52 +02:00
parent 1c568f8eb6
commit 1168010160

View File

@ -272,7 +272,7 @@ test_get_wire_details (void *cls,
/* oopsie, configuration error */ /* oopsie, configuration error */
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
account_name, account_name,
"BANK_URI"); "BANK_ACCOUNT_NUMBER");
GNUNET_free (bank_uri); GNUNET_free (bank_uri);
return NULL; return NULL;
} }