summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-reserves-ID.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-reserves-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-reserves-ID.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-reserves-ID.c b/src/backend/taler-merchant-httpd_private-get-reserves-ID.c
index 1945524a..9d45fc14 100644
--- a/src/backend/taler-merchant-httpd_private-get-reserves-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-reserves-ID.c
@@ -153,7 +153,7 @@ TMH_private_get_reserves_ID (const struct TMH_RequestHandler *rh,
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_BAD_REQUEST,
TALER_EC_PARAMETER_MALFORMED,
- "reserve_pub malformed");
+ hc->infix);
}
{
const char *tstr;
@@ -207,7 +207,7 @@ TMH_private_get_reserves_ID (const struct TMH_RequestHandler *rh,
return TALER_MHD_reply_with_error (connection,
response_code,
ec,
- "Could not determine exchange URL for the given tip id");
+ hc->infix);
}
return ctx.res;
}