[Box Backup-dev] COMMIT r712 - box/chris/general/infrastructure

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Aug 5 21:23:42 BST 2006


Author: chris
Date: 2006-08-05 20:23:40 +0000 (Sat, 05 Aug 2006)
New Revision: 712

Modified:
   box/chris/general/infrastructure/buildenv-testmain-template.cpp
Log:
* buildenv-testmain-template.cpp
- Improved output on memory leak detection


Modified: box/chris/general/infrastructure/buildenv-testmain-template.cpp
===================================================================
--- box/chris/general/infrastructure/buildenv-testmain-template.cpp	2006-08-05 20:22:45 UTC (rev 711)
+++ box/chris/general/infrastructure/buildenv-testmain-template.cpp	2006-08-05 20:23:40 UTC (rev 712)
@@ -113,7 +113,7 @@
 			if(memleakfinder_numleaks() != 0)
 			{
 				failures++;
-				printf("FAILURE: Memory leaks detected\n");
+				printf("FAILURE: Memory leaks detected in test code\n");
 				printf("==== MEMORY LEAKS =================================\n");
 				memleakfinder_reportleaks();
 				printf("===================================================\n");




More information about the Boxbackup-dev mailing list