diff --git a/src/reqs.c b/src/reqs.c index 782684c..990152a 100644 --- a/src/reqs.c +++ b/src/reqs.c @@ -374,8 +374,8 @@ BAD_REQUEST_ERROR: url = reverse_url; } else if (config.reverseonly) { log_message (LOG_ERR, - "Bad request, no mapping for '%s' found", - url); + "Bad request, no mapping for '%s' found", + url); indicate_http_error (connptr, 400, "Bad Request", "detail", "No mapping found for " "requested url", "url", url, NULL);