summaryrefslogtreecommitdiff
path: root/src/util/conversion.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-01 20:06:22 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-01 20:06:28 +0100
commitce27f8f758c2e017c5245363f87bf89248d4b6b6 (patch)
tree9387ee63a84b130536e827c352bcee10ca993db3 /src/util/conversion.c
parent87358fbd800060f44f75ac6b4f920fdc35fd2a0d (diff)
downloadexchange-ce27f8f758c2e017c5245363f87bf89248d4b6b6.tar.gz
exchange-ce27f8f758c2e017c5245363f87bf89248d4b6b6.tar.bz2
exchange-ce27f8f758c2e017c5245363f87bf89248d4b6b6.zip
-more logging
Diffstat (limited to 'src/util/conversion.c')
-rw-r--r--src/util/conversion.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/conversion.c b/src/util/conversion.c
index fdeffba40..1f0562f94 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);