summaryrefslogtreecommitdiff
path: root/src/restclient
diff options
context:
space:
mode:
Diffstat (limited to 'src/restclient')
-rw-r--r--src/restclient/anastasis_api_keyshare_lookup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/restclient/anastasis_api_keyshare_lookup.c b/src/restclient/anastasis_api_keyshare_lookup.c
index c0c2812..5eeeee6 100644
--- a/src/restclient/anastasis_api_keyshare_lookup.c
+++ b/src/restclient/anastasis_api_keyshare_lookup.c
@@ -473,6 +473,8 @@ ANASTASIS_keyshare_lookup (
{
answer_s = GNUNET_STRINGS_data_to_string_alloc (hashed_answer,
sizeof (*hashed_answer));
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Querying challenge with existing response code\n");
kslo->url = TALER_url_join (backend_url,
path,
"response",
@@ -486,6 +488,8 @@ ANASTASIS_keyshare_lookup (
}
else
{
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Querying challenge without response code\n");
kslo->url = TALER_url_join (backend_url,
path,
"timeout_ms",