summaryrefslogtreecommitdiff
path: root/src/wire/plugin_wire_test.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-21 20:00:40 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-21 20:00:40 +0200
commit21188ca703d05211e8d4d3ae9bd22500f53915ac (patch)
treea0dbae4cd9a23ef810fa38af66a6359bd8da3ebc /src/wire/plugin_wire_test.c
parent77e9e3a7f65db0940a0797d9b12ba883bbdae48e (diff)
parent1d43437991e52629a0dcc1ce97bb99b791ca6927 (diff)
downloadexchange-21188ca703d05211e8d4d3ae9bd22500f53915ac.tar.gz
exchange-21188ca703d05211e8d4d3ae9bd22500f53915ac.tar.bz2
exchange-21188ca703d05211e8d4d3ae9bd22500f53915ac.zip
Merge branch 'master' of ssh://taler.net:/var/git/exchange
Diffstat (limited to 'src/wire/plugin_wire_test.c')
-rw-r--r--src/wire/plugin_wire_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wire/plugin_wire_test.c b/src/wire/plugin_wire_test.c
index c11adbaed..55d698172 100644
--- a/src/wire/plugin_wire_test.c
+++ b/src/wire/plugin_wire_test.c
@@ -224,7 +224,7 @@ test_amount_round (void *cls,
if (NULL == tc->currency)
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
- "exchange",
+ "taler",
"CURRENCY");
return GNUNET_SYSERR; /* not configured with currency */
}
@@ -820,12 +820,12 @@ libtaler_plugin_wire_test_init (void *cls)
}
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg,
- "exchange",
+ "taler",
"CURRENCY",
&tc->currency))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
- "exchange",
+ "taler",
"CURRENCY");
GNUNET_free (tc->bank_uri);
GNUNET_free (tc);