summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-05-20 17:18:04 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-05-20 17:18:04 +0200
commit36da8391f88e19be671d8cbd7e1082a37fac7648 (patch)
tree62aa80fd2e9ac8e8bfa11d276d5c7708aeea47dd /src
parent16b3b2875b389508dbb67db5c06ad430a1935de3 (diff)
downloadtaler-mdb-36da8391f88e19be671d8cbd7e1082a37fac7648.tar.gz
taler-mdb-36da8391f88e19be671d8cbd7e1082a37fac7648.tar.bz2
taler-mdb-36da8391f88e19be671d8cbd7e1082a37fac7648.zip
-preview logging
Diffstat (limited to 'src')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 3c4ed98..800d21f 100644
--- 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);