[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: nicer message in -r
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: nicer message in -r error case |
Date: |
Thu, 26 Sep 2019 10:29:46 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 14c7e45e nicer message in -r error case
14c7e45e is described below
commit 14c7e45e9729fafcc82bf35a9ed4d3f009cfad56
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 26 10:29:43 2019 +0200
nicer message in -r error case
---
src/auditor/taler-auditor-exchange.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/auditor/taler-auditor-exchange.c
b/src/auditor/taler-auditor-exchange.c
index 15cad00f..0020a5b0 100644
--- 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;
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-exchange] branch master updated: nicer message in -r error case,
gnunet <=