userlibandfileserver/fileserver/runtests/runtests.cpp
branchanywhere
changeset 41 d32f34975bbf
parent 31 56f325a607ea
child 291 206a6eaaeb71
--- a/userlibandfileserver/fileserver/runtests/runtests.cpp	Mon Feb 01 19:40:00 2010 +0100
+++ b/userlibandfileserver/fileserver/runtests/runtests.cpp	Mon Feb 01 19:49:38 2010 +0100
@@ -475,6 +475,10 @@
 		LogMsg(_L("Test %S ERROR Could not load file, error %d"),&fullpathname,r);
 		return;
 		}
+	else
+		{
+		LogMsg(_L("Started test %S"),&fullpathname);
+		}
 	TRequestStatus ds;
 	p.NotifyDestruction(ds);	// allocate the destruction notifier early so that it doesn't get flagged as a leak by kernel heap checking in e.g., efile (DEF133800)
 	CurrTest.Set(p.FileName());