summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-22 15:30:02 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-22 15:30:02 +0200
commit318f94bf90f7ebc4bae8835516930020055eb16f (patch)
treee1d0e867ba042bd39dcd920964e9190d30a3d288 /src/auditor/taler-auditor.c
parent1b27509242460bedd85fe8fd1a4536fe2c8a7b39 (diff)
downloadexchange-318f94bf90f7ebc4bae8835516930020055eb16f.tar.gz
exchange-318f94bf90f7ebc4bae8835516930020055eb16f.tar.bz2
exchange-318f94bf90f7ebc4bae8835516930020055eb16f.zip
update ignores
Diffstat (limited to 'src/auditor/taler-auditor.c')
-rw-r--r--src/auditor/taler-auditor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 033b7a543..dbc337948 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -4846,14 +4846,14 @@ run (void *cls,
return;
}
(void) adb->list_exchanges (adb->cls,
- as,
- &test_master_present,
- &found);
+ as,
+ &test_master_present,
+ &found);
if (GNUNET_NO == found)
{
fprintf (stderr,
"Exchange's master public key `%s' not known to auditor DB. Did you forget to run `taler-auditor-exchange`?\n",
- TALER_B2S (&master_pub));
+ GNUNET_p2s (&master_pub.eddsa_pub));
global_ret = 1;
TALER_AUDITORDB_plugin_unload (adb);
TALER_EXCHANGEDB_plugin_unload (edb);