[Box Backup-commit] COMMIT r1990 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sun Dec 9 12:10:00 GMT 2007


Author: chris
Date: 2007-12-09 12:10:00 +0000 (Sun, 09 Dec 2007)
New Revision: 1990

Modified:
   box/chris/general/lib/common/Logging.cpp
Log:
Flush console after each log message.


Modified: box/chris/general/lib/common/Logging.cpp
===================================================================
--- box/chris/general/lib/common/Logging.cpp	2007-12-09 12:02:17 UTC (rev 1989)
+++ box/chris/general/lib/common/Logging.cpp	2007-12-09 12:10:00 UTC (rev 1990)
@@ -264,6 +264,7 @@
 	msg += rMessage;
 
 	fprintf(target, "%s\n", msg.c_str());
+	fflush(target);
 	
 	return true;
 }




More information about the Boxbackup-commit mailing list