[prev in list] [next in list] [prev in thread] [next in thread] 

List:       licq-cvs
Subject:    [Licq-cvs] licq/src
From:       Jon Keating <emostar () users ! sourceforge ! net>
Date:       2002-03-05 17:03:55
[Download RAW message or body]

Update of /cvsroot/licq/licq/src
In directory usw-pr-cvs1:/tmp/cvs-serv15617

Modified Files:
	log.cpp 
Log Message:
Fix logging so console plugin is usable.


Index: log.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/log.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- log.cpp	11 Feb 2002 22:12:20 -0000	1.6
+++ log.cpp	5 Mar 2002 17:03:53 -0000	1.7
@@ -410,7 +410,7 @@
   vector<CLogService *>::iterator iter;
   for (iter = m_vxLogServices.begin(); iter != m_vxLogServices.end(); iter++)
   {
-    if ((*iter)->LogType(_nLogType) || (*iter)->ServiceType() & _nServiceTypes)
+    if ((*iter)->LogType(_nLogType) && (*iter)->ServiceType() & _nServiceTypes)
         (*iter)->LogMessage(szTime, szMsgMax, _nLogType);
   }  
   pthread_mutex_unlock(&mutex);


_______________________________________________
Licq-cvs mailing list
Licq-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/licq-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic