persistentstorage/dbms/tdbms/t_dbthrd.cpp
changeset 55 44f437012c90
parent 40 b8bdbc8f59c7
--- a/persistentstorage/dbms/tdbms/t_dbthrd.cpp	Mon Sep 27 11:59:56 2010 +0100
+++ b/persistentstorage/dbms/tdbms/t_dbthrd.cpp	Tue Oct 19 16:26:13 2010 +0100
@@ -103,7 +103,7 @@
 	TInt err = iFs.Delete(KLogFile);
 	if(err != KErrNone)
 		{
-		RDebug::Print(_L("Error %d deleting \"%S\" file.\n"), err, &KLogFile);
+		TheTest.Printf(_L("Error %d deleting \"%S\" file.\n"), err, &KLogFile);
 		}
 	iFs.Close();
 	}