loggingservices/eventlogger/test/src/t_logwrap.cpp
changeset 55 44f437012c90
parent 29 cce6680bbf1c
--- a/loggingservices/eventlogger/test/src/t_logwrap.cpp	Mon Sep 27 11:59:56 2010 +0100
+++ b/loggingservices/eventlogger/test/src/t_logwrap.cpp	Tue Oct 19 16:26:13 2010 +0100
@@ -327,7 +327,7 @@
 		delete wrapper;
 		}
 #else
-	RDebug::Print(_L("Test4INC047632L() can be executed only in debug mode. In release mode the LogEng server cannot be stopped.\n"));
+	TheTest.Printf(_L("Test4INC047632L() can be executed only in debug mode. In release mode the LogEng server cannot be stopped.\n"));
 #endif//_DEBUG
 	}
 /**
@@ -368,7 +368,7 @@
 	error = theLogServ.Connect();
  	TEST(error == KErrNone);
 #else
-	RDebug::Print(_L("Test4INC047632L() can be executed only in debug mode. In release mode the LogEng server cannot be stopped.\n"));
+	TheTest.Printf(_L("Test4INC047632L() can be executed only in debug mode. In release mode the LogEng server cannot be stopped.\n"));
 #endif//_DEBUG
 	}