X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Feventl.c;h=8ea125a01c5ba770118bc461db45cf47f55c95a4;hp=c4b8b3e2f52fd2dc9a0820c676c37acae3037dab;hb=b440dce0831a72bebe4f4821ab7771cc05e8facb;hpb=d74993fb08e9d5112264f1cc73973dc986dd41ad diff --git a/server/eventl.c b/server/eventl.c index c4b8b3e..8ea125a 100644 --- a/server/eventl.c +++ b/server/eventl.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: eventl.c,v $ - * Revision 1.27 1999-02-02 13:57:34 adam + * Revision 1.28 1999-08-27 09:40:32 adam + * Renamed logf function to yaz_log. Removed VC++ project files. + * + * Revision 1.27 1999/02/02 13:57:34 adam * Uses preprocessor define WIN32 instead of WINDOWS to build code * for Microsoft WIN32. * @@ -169,7 +172,7 @@ int event_loop(IOCHAN *iochans) cs_close(conn); destroy_association(assoc); iochan_destroy(*iochans); - logf(LOG_DEBUG, "error while selecting, destroying iochan %p", + yaz_log(LOG_DEBUG, "error select, destroying iochan %p", *iochans); } }