[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -return with failure code
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -return with failure code |
Date: |
Fri, 27 Aug 2021 20:17:56 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 719a3b15 -return with failure code
719a3b15 is described below
commit 719a3b154ab65327834e160e045d7e95e7b3b090
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Aug 27 20:17:54 2021 +0200
-return with failure code
---
contrib/merchant-backoffice | 2 +-
src/backend/taler-merchant-httpd.c | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/contrib/merchant-backoffice b/contrib/merchant-backoffice
index 4320467d..03c8c9b7 160000
--- a/contrib/merchant-backoffice
+++ b/contrib/merchant-backoffice
@@ -1 +1 @@
-Subproject commit 4320467db1392e5f48a4acd079f7e2a253cf9984
+Subproject commit 03c8c9b794905878175d07366267bdc01c3795b9
diff --git a/src/backend/taler-merchant-httpd.c
b/src/backend/taler-merchant-httpd.c
index f95beb3e..e031c2ba 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1601,7 +1601,9 @@ load_instances (void *cls,
}
if (0 > qs)
{
- GNUNET_break (0);
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ "Failed initialization. Check database setup.\n");
+ result = EXIT_FAILURE;
GNUNET_SCHEDULER_shutdown ();
return;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -return with failure code,
gnunet <=