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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Oct 11 14:18:43 UTC 2011


Author: rousseau
Date: Tue Oct 11 14:18:43 2011
New Revision: 6028

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6028
Log:
log_line(): flush stdout after each line so that debug messages are
immediately available for systemd

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=6028&op=diff
==============================================================================
--- trunk/PCSC/src/debuglog.c (original)
+++ trunk/PCSC/src/debuglog.c Tue Oct 11 14:18:43 2011
@@ -170,6 +170,7 @@
 		{
 			printf("%.8d %s\n", delta, DebugBuffer);
 		}
+		fflush(stdout);
 	}
 } /* log_msg */
 




More information about the Pcsclite-cvs-commit mailing list