summaryrefslogtreecommitdiff
path: root/src/wire
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-01 20:30:52 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-01 20:30:52 +0200
commit116801016058023e90b33e1e0576e127685d87f3 (patch)
tree654150e8a6a92a8a748e53beda353309305f2150 /src/wire
parent1c568f8eb61e97dfefb61f7372e7338ed997e8c1 (diff)
downloadexchange-116801016058023e90b33e1e0576e127685d87f3.tar.gz
exchange-116801016058023e90b33e1e0576e127685d87f3.tar.bz2
exchange-116801016058023e90b33e1e0576e127685d87f3.zip
fix error message
Diffstat (limited to 'src/wire')
-rw-r--r--src/wire/plugin_wire_test.c2
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;
}