[SmartcardServices-Changes] [129] trunk/Tokend/PKCS11/GemaltoToken.cpp

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 7 06:06:34 PDT 2010


Revision: 129
          http://trac.macosforge.org/projects/smartcardservices/changeset/129
Author:   ludovic.rousseau at gmail.com
Date:     2010-06-07 06:06:29 -0700 (Mon, 07 Jun 2010)
Log Message:
-----------
disable debug logs by default

Modified Paths:
--------------
    trunk/Tokend/PKCS11/GemaltoToken.cpp

Modified: trunk/Tokend/PKCS11/GemaltoToken.cpp
===================================================================
--- trunk/Tokend/PKCS11/GemaltoToken.cpp	2010-06-07 09:17:18 UTC (rev 128)
+++ trunk/Tokend/PKCS11/GemaltoToken.cpp	2010-06-07 13:06:29 UTC (rev 129)
@@ -664,8 +664,8 @@
 #pragma mark ---------------- Gemalto Debug --------------
 
 
-// Define to unable if you want to activate trace into the code
-#define __DEBUG_GEMALTO__
+// Define if you want to activate trace into the code
+#undef __DEBUG_GEMALTO__
 
 void GemaltoToken::toStringHex(const unsigned char* buffer, const std::size_t& size, std::string &result)
 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/smartcardservices-changes/attachments/20100607/1794d8b6/attachment.html>


More information about the SmartcardServices-Changes mailing list