exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 14c7e45e9729fafcc82bf35a9ed4d3f009cfad56
parent 3b3daa75a8b1675b37413ff3f9707bef6483addd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 26 Sep 2019 10:29:43 +0200

nicer message in -r error case

Diffstat:
Msrc/auditor/taler-auditor-exchange.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/auditor/taler-auditor-exchange.c b/src/auditor/taler-auditor-exchange.c @@ -198,6 +198,10 @@ main (int argc, if (0 == qs) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + (remove_flag) + ? + "Could not remove exchange from auditor database: entry already absent\n" + : "Could not add exchange to auditor database: entry already existed\n"); TALER_AUDITORDB_plugin_unload (adb); return 4;