X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fseshigh.c;h=15535b1bf7c032dfb90198c5a5c5d6aa791ffbfc;hp=7e0822025dcb4dd1db1613acfcda5e9f2f1e272b;hb=2316d384aec77ec59fa137edb6782053f325b6b4;hpb=643f3c67b24a03ea12d0d3420d78a734aedf5b1d diff --git a/src/seshigh.c b/src/seshigh.c index 7e08220..15535b1 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -1690,6 +1690,7 @@ static void process_http_request(association *assoc, request *req) int num_diagnostic = 0; const char *host = z_HTTP_header_lookup(hreq->headers, "Host"); + yaz_log(log_request, "%s %s HTTP/%s", hreq->method, hreq->path, hreq->version); if (!control_association(assoc, host, 0)) { p = z_get_HTTP_Response(o, 404);