diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-01 20:30:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-01 20:30:52 +0200 |
commit | 116801016058023e90b33e1e0576e127685d87f3 (patch) | |
tree | 654150e8a6a92a8a748e53beda353309305f2150 /src | |
parent | 1c568f8eb61e97dfefb61f7372e7338ed997e8c1 (diff) |
fix error message
Diffstat (limited to 'src')
-rw-r--r-- | src/wire/plugin_wire_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wire/plugin_wire_test.c b/src/wire/plugin_wire_test.c index 888501afb..304380721 100644 --- a/src/wire/plugin_wire_test.c +++ b/src/wire/plugin_wire_test.c @@ -272,7 +272,7 @@ test_get_wire_details (void *cls, /* oopsie, configuration error */ GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, account_name, - "BANK_URI"); + "BANK_ACCOUNT_NUMBER"); GNUNET_free (bank_uri); return NULL; } |