[Pcsclite-cvs-commit] r4784 - /trunk/PCSC/src/debuglog.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Mar 2 15:12:49 UTC 2010


Author: rousseau
Date: Tue Mar  2 15:12:35 2010
New Revision: 4784

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4784
Log:
debuglog.c is only used by pcscd. So no need to use #ifdef PCSCD

Modified:
    trunk/PCSC/src/debuglog.c

Modified: trunk/PCSC/src/debuglog.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/debuglog.c?rev=4784&op=diff
==============================================================================
--- trunk/PCSC/src/debuglog.c (original)
+++ trunk/PCSC/src/debuglog.c Tue Mar  2 15:12:35 2010
@@ -165,12 +165,10 @@
 	log_xxd_always(priority, msg, buffer, len);
 } /* log_xxd */
 
-#ifdef PCSCD
 void DebugLogSuppress(const int lSType)
 {
 	LogSuppress = lSType;
 }
-#endif
 
 void DebugLogSetLogType(const int dbgtype)
 {




More information about the Pcsclite-cvs-commit mailing list