X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=server%2Fseshigh.c;h=11815cffcce38f2621b0b317168bc47a2c83e500;hb=cbeb1227a16f62975115e1e9216ccf2724bfd046;hp=0bd8ba58dca2aa9d4ff40abd94bc4b5a21adc8e0;hpb=f9cb371e2a0eef09e1416fde6f1efd609ef80205;p=yaz-moved-to-github.git diff --git a/server/seshigh.c b/server/seshigh.c index 0bd8ba5..11815cf 100644 --- a/server/seshigh.c +++ b/server/seshigh.c @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: seshigh.c,v $ - * Revision 1.107 2000-08-31 10:20:12 adam + * Revision 1.108 2000-09-04 08:58:15 adam + * Added prefix yaz_ for most logging utility functions. + * + * Revision 1.107 2000/08/31 10:20:12 adam * Added member request_format and output_format for backend fetch method. * * Revision 1.106 2000/08/31 09:51:25 adam @@ -608,7 +611,7 @@ void ir_session(IOCHAN h, int event) odr_errmsg(odr_geterror(assoc->decode)), odr_offset(assoc->decode)); yaz_log(LOG_LOG, "PDU dump:"); - odr_dumpBER(log_file(), assoc->input_buffer, res); + odr_dumpBER(yaz_log_file(), assoc->input_buffer, res); do_close(assoc, Z_Close_protocolError, "Malformed package"); return; }