X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-z-server-ursula.cpp;h=882f9fc475e3380a65bb9bf7ca378306afde1041;hb=7c6295779d21f882f9d53186c5a751cbf86b6c86;hp=0bf2ca89e217e0d3cd3931bdcad4c58746df2946;hpb=ffc71f400dd4cdb8e631186f8e31a93fc641abd7;p=yazpp-moved-to-github.git diff --git a/src/yaz-z-server-ursula.cpp b/src/yaz-z-server-ursula.cpp index 0bf2ca8..882f9fc 100644 --- a/src/yaz-z-server-ursula.cpp +++ b/src/yaz-z-server-ursula.cpp @@ -2,19 +2,7 @@ * Copyright (c) 2001, Index Data. * See the file LICENSE for details. * - * $Log: yaz-z-server-ursula.cpp,v $ - * Revision 1.4 2001-04-25 19:40:18 adam - * Added refernceId handling for other services. - * - * Revision 1.3 2001/04/11 12:33:42 heikki - * Working on ursula things - * - * Revision 1.2 2001/04/05 15:12:24 adam - * WIN32 updates. - * - * Revision 1.1 2001/04/04 14:02:49 adam - * URSULA / Z-ruth service. - * + * $Id: yaz-z-server-ursula.cpp,v 1.6 2001-11-04 22:36:21 adam Exp $ */ #include @@ -47,7 +35,7 @@ int Yaz_Facility_Ursula::recv(Yaz_Z_Server *s, Z_APDU *apdu_request) if (r->which != ODR_EXTERNAL_octet) { - logf (LOG_LOG, "ursula::recv not octet alighed"); + yaz_log (LOG_LOG, "ursula::recv not octet alighed"); return 0; } odr_setbuf (s->odr_decode(), (char*) r->u.octet_aligned->buf, @@ -55,7 +43,7 @@ int Yaz_Facility_Ursula::recv(Yaz_Z_Server *s, Z_APDU *apdu_request) Z_UrsPDU *pdu = 0; if (!z_UrsPDU (s->odr_decode(), &pdu, 0, "")) { - logf (LOG_LOG, "ursula::decode failed"); + yaz_log (LOG_LOG, "ursula::decode failed"); return 0; } yaz_log (LOG_LOG, "got ursula packet");