formatting
This commit is contained in:
parent
4deae6f78b
commit
8a59afe72a
@ -374,8 +374,8 @@ BAD_REQUEST_ERROR:
|
|||||||
url = reverse_url;
|
url = reverse_url;
|
||||||
} else if (config.reverseonly) {
|
} else if (config.reverseonly) {
|
||||||
log_message (LOG_ERR,
|
log_message (LOG_ERR,
|
||||||
"Bad request, no mapping for '%s' found",
|
"Bad request, no mapping for '%s' found",
|
||||||
url);
|
url);
|
||||||
indicate_http_error (connptr, 400, "Bad Request",
|
indicate_http_error (connptr, 400, "Bad Request",
|
||||||
"detail", "No mapping found for "
|
"detail", "No mapping found for "
|
||||||
"requested url", "url", url, NULL);
|
"requested url", "url", url, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user