diff -r 7d4490026038 -r 44f437012c90 persistentstorage/dbms/tdbms/t_dbthrd.cpp --- 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(); }