summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_delete_instance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_delete_instance.c')
-rw-r--r--src/lib/merchant_api_delete_instance.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/merchant_api_delete_instance.c b/src/lib/merchant_api_delete_instance.c
index d83ea467..b0458a62 100644
--- a/src/lib/merchant_api_delete_instance.c
+++ b/src/lib/merchant_api_delete_instance.c
@@ -96,12 +96,14 @@ handle_delete_instance_finished (void *cls,
hr.hint = TALER_JSON_get_error_hint (json);
/* Nothing really to verify, merchant says we need to authenticate. */
break;
+ case MHD_HTTP_NOT_FOUND:
+ break;
default:
/* unexpected response code */
hr.ec = TALER_JSON_get_error_code (json);
hr.hint = TALER_JSON_get_error_hint (json);
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Unexpected response code %u/%d\n",
+ "Unexpected response code %u/%d for DELETE /instance/ID\n",
(unsigned int) response_code,
(int) hr.ec);
break;