[Pcsclite-cvs-commit] r5556 - /trunk/PCSC/src/winscard_clnt.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Jan 27 10:53:11 UTC 2011


Author: rousseau
Date: Thu Jan 27 10:53:10 2011
New Revision: 5556

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5556
Log:
profile_end(): add a missing \n in the warning message

Modified:
    trunk/PCSC/src/winscard_clnt.c

Modified: trunk/PCSC/src/winscard_clnt.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_clnt.c?rev=5556&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Thu Jan 27 10:53:10 2011
@@ -216,7 +216,7 @@
 
 	if (i>=MAX_THREADS)
 	{
-		fprintf(stderr, COLOR_BLUE " WARNING: no start info for %s", f);
+		fprintf(stderr, COLOR_BLUE " WARNING: no start info for %s\n", f);
 		return;
 	}
 




More information about the Pcsclite-cvs-commit mailing list