commit 36da8391f88e19be671d8cbd7e1082a37fac7648
parent 16b3b2875b389508dbb67db5c06ad430a1935de3
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 20 May 2022 17:18:04 +0200
-preview logging
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -2933,6 +2933,10 @@ read_products (void *cls,
"data:%s;base64,%s",
mime_type,
base64);
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Thumbnail for %s is `%s'\n",
+ section,
+ tmpProduct.preview);
GNUNET_free (base64);
}
GNUNET_free (thumb);