[Pcsclite-cvs-commit] CVS PKCS11/src

CVS User rousseau ludovic.rousseau at free.fr
Mon Jul 25 08:31:08 UTC 2005


Update of /cvsroot/muscleapps/PKCS11/src
In directory haydn:/tmp/cvs-serv20642/src

Modified Files:
	p11x_prefs.c 
Log Message:
add LOG_NONE option

Thanks to Martin Leung for the patch


--- /cvsroot/muscleapps/PKCS11/src/p11x_prefs.c	2003/10/04 08:28:02	1.10
+++ /cvsroot/muscleapps/PKCS11/src/p11x_prefs.c	2005/07/25 08:31:08	1.11
@@ -1,6 +1,6 @@
 /******************************************************************************
 ** 
-**  $Id: p11x_prefs.c,v 1.10 2003/10/04 08:28:02 rousseau Exp $
+**  $Id: p11x_prefs.c,v 1.11 2005/07/25 08:31:08 rousseau Exp $
 **
 **  Package: PKCS-11
 **  Author : Chris Osgood <oznet at mac.com>
@@ -76,8 +76,10 @@
                     st.prefs.log_level = LOG_LOW;
                 else if (!strcasecmp("MED", token))
                     st.prefs.log_level = LOG_MED;
-                else
+                else if (!strcasecmp("HIGH", token))
                     st.prefs.log_level = LOG_HIGH;
+                else
+                    st.prefs.log_level = LOG_NONE;
             }
         }
         else if (!strcasecmp("LogFilename", token))




More information about the Pcsclite-cvs-commit mailing list