tizen 2.4 release
[framework/web/wrt-commons.git] / tests / unused / test_task.cpp
index a885dcd..fd7090b 100644 (file)
@@ -48,17 +48,17 @@ class MyMultiTask :
 
     void StepOne()
     {
-        LogDebug("Step one");
+        WrtLogD("Step one");
     }
 
     void StepTwo()
     {
-        LogDebug("Step two");
+        WrtLogD("Step two");
     }
 
     void StepThree()
     {
-        LogDebug("Step three");
+        WrtLogD("Step three");
     }
 
   public: