gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -more logging


From: gnunet
Subject: [taler-exchange] branch master updated: -more logging
Date: Wed, 01 Nov 2023 20:06: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 ce27f8f7 -more logging
ce27f8f7 is described below

commit ce27f8f758c2e017c5245363f87bf89248d4b6b6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 1 20:06:22 2023 +0100

    -more logging
---
 src/kyclogic/plugin_kyclogic_persona.c | 6 ++++++
 src/util/conversion.c                  | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/src/kyclogic/plugin_kyclogic_persona.c 
b/src/kyclogic/plugin_kyclogic_persona.c
index 40630783..7568af1f 100644
--- a/src/kyclogic/plugin_kyclogic_persona.c
+++ b/src/kyclogic/plugin_kyclogic_persona.c
@@ -1022,6 +1022,12 @@ start_conversion (const struct 
TALER_KYCLOGIC_ProviderDetails *pd,
                   TALER_JSON_JsonCallback cb,
                   void *cb_cls)
 {
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Calling converter `%s' with JSON\n",
+              pd->conversion_binary);
+  json_dumpf (attr,
+              stderr,
+              JSON_INDENT (2));
   return TALER_JSON_external_conversion_start (
     attr,
     cb,
diff --git a/src/util/conversion.c b/src/util/conversion.c
index fdeffba4..1f0562f9 100644
--- a/src/util/conversion.c
+++ b/src/util/conversion.c
@@ -255,6 +255,11 @@ child_done_cb (void *cls,
   json_error_t err;
 
   ec->cwh = NULL;
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Conversion helper exited with status %d and code %llu after 
outputting %llu bytes of data\n",
+              (int) type,
+              (unsigned long long) exit_code,
+              (unsigned long long) ec->write_pos);
   if (NULL != ec->read_task)
   {
     GNUNET_SCHEDULER_cancel (ec->read_task);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]