[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -better logging
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -better logging |
Date: |
Tue, 10 Dec 2024 17:07:31 +0100 |
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 a316e20ba -better logging
a316e20ba is described below
commit a316e20ba663c288e61757a1a6454fb191607fa6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 10 17:07:28 2024 +0100
-better logging
---
contrib/gana | 2 +-
src/pq/pq_query_helper.c | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/contrib/gana b/contrib/gana
index 7215dcc4d..bc21a8e21 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 7215dcc4d54e1868cda7fd4f595bef8c7c3ab8cc
+Subproject commit bc21a8e216c96093744a819699d48de7fcaec5b3
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index 2dd2582a2..14e2d5de2 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -535,9 +535,13 @@ qconv_json (void *cls,
(void) data_len;
GNUNET_assert (1 == param_length);
GNUNET_assert (scratch_length > 0);
- str = json_dumps (json, JSON_COMPACT);
+ str = json_dumps (json,
+ JSON_COMPACT);
if (NULL == str)
+ {
+ GNUNET_break (0);
return -1;
+ }
scratch[0] = str;
param_values[0] = (void *) str;
param_lengths[0] = strlen (str);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -better logging,
gnunet <=