commit 7263711ad8ea03a9d2192a5fa4453a075ef5829b parent 72fea453aa1d604f8172d736326010efe0300607 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 30 Jun 2019 17:12:48 +0200 indenting Diffstat:
| M | src/auditor/taler-auditor-sign.c | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/auditor/taler-auditor-sign.c b/src/auditor/taler-auditor-sign.c @@ -397,13 +397,13 @@ main (int argc, dk); if (0 > qs) { - fprintf (stderr, - "Failed to store key in auditor DB (did you add the exchange first?)\n"); - TALER_AUDITORDB_plugin_unload (adb); - GNUNET_free (dks); - GNUNET_free (sigs); - GNUNET_free (eddsa_priv); - return 3; + fprintf (stderr, + "Failed to store key in auditor DB (did you add the exchange using taler-auditor-exchange first?)\n"); + TALER_AUDITORDB_plugin_unload (adb); + GNUNET_free (dks); + GNUNET_free (sigs); + GNUNET_free (eddsa_priv); + return 3; } } }