summaryrefslogtreecommitdiff
path: root/src/kyclogic
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-12 15:36:00 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-12 15:36:00 +0100
commitab208ab685d2dde0612c6784834bf6552b96f5b4 (patch)
tree1e82b851d72d6bab9f1ff92a0a7d54658d4dd7b6 /src/kyclogic
parent2359d8ae29b48f0280b1002a2dd0d1ba28bea0c6 (diff)
downloadexchange-ab208ab685d2dde0612c6784834bf6552b96f5b4.tar.gz
exchange-ab208ab685d2dde0612c6784834bf6552b96f5b4.tar.bz2
exchange-ab208ab685d2dde0612c6784834bf6552b96f5b4.zip
fix cases where POST does not work in one-shot after upload is complete
Diffstat (limited to 'src/kyclogic')
-rw-r--r--src/kyclogic/plugin_kyclogic_kycaid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kyclogic/plugin_kyclogic_kycaid.c b/src/kyclogic/plugin_kyclogic_kycaid.c
index 726ba7ead..a8d6901c8 100644
--- a/src/kyclogic/plugin_kyclogic_kycaid.c
+++ b/src/kyclogic/plugin_kyclogic_kycaid.c
@@ -1329,6 +1329,9 @@ kycaid_webhook (void *cls,
/* We don't need to re-confirm the failure by
asking the API again. */
log_failure (verifications);
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Webhook called with non-completion status: %s\n",
+ type);
wh->response_code = MHD_HTTP_NO_CONTENT;
wh->resp = MHD_create_response_from_buffer (0,
"",