aboutsummaryrefslogtreecommitdiff
path: root/src/restclient/anastasis_api_keyshare_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/restclient/anastasis_api_keyshare_lookup.c')
-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 (
473 { 473 {
474 answer_s = GNUNET_STRINGS_data_to_string_alloc (hashed_answer, 474 answer_s = GNUNET_STRINGS_data_to_string_alloc (hashed_answer,
475 sizeof (*hashed_answer)); 475 sizeof (*hashed_answer));
476 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
477 "Querying challenge with existing response code\n");
476 kslo->url = TALER_url_join (backend_url, 478 kslo->url = TALER_url_join (backend_url,
477 path, 479 path,
478 "response", 480 "response",
@@ -486,6 +488,8 @@ ANASTASIS_keyshare_lookup (
486 } 488 }
487 else 489 else
488 { 490 {
491 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
492 "Querying challenge without response code\n");
489 kslo->url = TALER_url_join (backend_url, 493 kslo->url = TALER_url_join (backend_url,
490 path, 494 path,
491 "timeout_ms", 495 "timeout_ms",