X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Fseshigh.c;h=b97a9c12f1cdb0f43842561e03a17db8f31dae2f;hp=58af6b191b3154bc73764d91ea242e04d931e15c;hb=4a72187a377987ccbe95cb7c549adb0678bc7159;hpb=afddab87193266685fbbe2eba5592a22025fd3b6 diff --git a/server/seshigh.c b/server/seshigh.c index 58af6b1..b97a9c1 100644 --- a/server/seshigh.c +++ b/server/seshigh.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.139 2003-02-17 22:35:48 adam Exp $ + * $Id: seshigh.c,v 1.140 2003-02-18 11:59:14 adam Exp $ */ /* @@ -516,6 +516,8 @@ static void srw_bend_search(association *assoc, request *req, char *base = "Default"; bend_search_rr rr; Z_External *ext; + + yaz_log(LOG_LOG, "Got SRW SearchRetrieveRequest"); if (!assoc->init) srw_bend_init(assoc); @@ -592,7 +594,6 @@ static void srw_bend_search(association *assoc, request *req, srw_res->num_records = j; if (!j) srw_res->records = 0; - yaz_log(LOG_LOG, "got %d records", j); } } } @@ -654,7 +655,6 @@ static void process_http_request(association *assoc, request *req) ctype = "text/html"; } z_HTTP_header_add(o, &hres->headers, "Content-Type", ctype); - yaz_log(LOG_LOG, "OK send page %s size=%ld", fpath, sz); } fclose(f); }