X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=src%2Fyaz-pdu-assoc.cpp;h=d888cef678b603b67ad549b1732f4a9d2061ba88;hp=62e024796fa68551e202a6c13b7cec513098354c;hb=4c758111f1ff5a815888f70a4c4335ab149f5608;hpb=5ddd5103c01775e8432a081de026c3cd75681e8b diff --git a/src/yaz-pdu-assoc.cpp b/src/yaz-pdu-assoc.cpp index 62e0247..d888cef 100644 --- a/src/yaz-pdu-assoc.cpp +++ b/src/yaz-pdu-assoc.cpp @@ -2,12 +2,12 @@ * Copyright (c) 1998-2003, Index Data. * See the file LICENSE for details. * - * $Id: yaz-pdu-assoc.cpp,v 1.37 2003-10-23 11:45:08 adam Exp $ + * $Id: yaz-pdu-assoc.cpp,v 1.38 2004-11-30 21:10:31 adam Exp $ */ #include #include -#include +#include #include #include @@ -28,7 +28,7 @@ void Yaz_PDU_Assoc::init(IYazSocketObservable *socketObservable) m_next = 0; m_destroyed = 0; m_idleTime = 0; - m_log = LOG_DEBUG; + m_log = YLOG_DEBUG; } Yaz_PDU_Assoc::Yaz_PDU_Assoc(IYazSocketObservable *socketObservable) @@ -158,7 +158,7 @@ void Yaz_PDU_Assoc::socketNotify(int event) return; if (res < 0) { - yaz_log(LOG_FATAL|LOG_ERRNO, "cs_listen failed"); + yaz_log(YLOG_FATAL|YLOG_ERRNO, "cs_listen failed"); return; } if (!(new_line = cs_accept(m_cs)))