From dfb47c5dc73f604e1b2704a4b4d9695b5e96a2f4 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Wed, 15 Mar 2006 14:12:26 +0000 Subject: [PATCH] removed superflous log message --- src/seshigh.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/seshigh.c b/src/seshigh.c index 22df1a8..75f2e73 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.69 2006-03-15 13:32:05 adam Exp $ + * $Id: seshigh.c,v 1.70 2006-03-15 14:12:26 marc Exp $ */ /** * \file seshigh.c @@ -1590,7 +1590,6 @@ static void process_http_request(association *assoc, request *req) p = z_get_HTTP_Response(o, 200); hres = p->u.HTTP_Response; - yaz_log(YLOG_LOG, "assoc->stylesheet=%s", assoc->stylesheet); if (!stylesheet) stylesheet = assoc->stylesheet; @@ -2068,7 +2067,7 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) assoc->init->implementation_name, odr_prepend(assoc->encode, "GFS", resp->implementationName)); - version = odr_strdup(assoc->encode, "$Revision: 1.69 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.70 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode, -- 1.7.10.4