[Pcsclite-cvs-commit] r2042 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Fri May 12 13:51:22 UTC 2006


Author: rousseau
Date: 2006-05-12 13:51:21 +0000 (Fri, 12 May 2006)
New Revision: 2042

Modified:
   trunk/PCSC/src/debug.c
   trunk/PCSC/src/debuglog.c
Log:
improve the @brief comment to differentiate between debug for pcsclite
and debug for pcscd


Modified: trunk/PCSC/src/debug.c
===================================================================
--- trunk/PCSC/src/debug.c	2006-05-10 20:53:49 UTC (rev 2041)
+++ trunk/PCSC/src/debug.c	2006-05-12 13:51:21 UTC (rev 2042)
@@ -11,7 +11,7 @@
 
 /**
  * @file
- * @brief This handles debugging.
+ * @brief This handles debugging for libpcsclite.
  */
  
 #include "config.h"

Modified: trunk/PCSC/src/debuglog.c
===================================================================
--- trunk/PCSC/src/debuglog.c	2006-05-10 20:53:49 UTC (rev 2041)
+++ trunk/PCSC/src/debuglog.c	2006-05-12 13:51:21 UTC (rev 2042)
@@ -11,7 +11,7 @@
 
 /**
  * @file
- * @brief This handles debugging.
+ * @brief This handles debugging for pcscd.
  */
  
 #include "config.h"




More information about the Pcsclite-cvs-commit mailing list