X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fseshigh.c;h=9906fa44016af81400bb57e09aeeaca2aa6790c0;hb=317ee76a1bbe9de384aea464c829b8ad627518a2;hp=34fe0b072943806d8b1051d0a02e8f9102411884;hpb=163abf332e441c2d39cf6ee4e83bad169fa1c59c;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index 34fe0b0..9906fa4 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.19 2004-01-27 12:15:12 adam Exp $ + * $Id: seshigh.c,v 1.20 2004-02-14 15:58:42 adam Exp $ */ /* @@ -663,8 +663,8 @@ static void srw_bend_search(association *assoc, request *req, yaz_mk_std_diagnostic(assoc->encode, srw_res->diagnostics, yaz_diag_bib1_to_srw (rr.errcode), rr.errstring); - yaz_log(LOG_DEBUG, "srw_bend_search returned SRW error %d", - *srw_res->diagnostics[0].code); + yaz_log(LOG_DEBUG, "srw_bend_search returned SRW error %s", + srw_res->diagnostics[0].uri); } else { @@ -1317,7 +1317,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.19 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.20 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,