From 318f94bf90f7ebc4bae8835516930020055eb16f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 22 Aug 2019 15:30:02 +0200 Subject: update ignores --- src/auditor/taler-auditor.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/auditor/taler-auditor.c') 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); -- cgit v1.2.3