tizen 2.4 release
[framework/web/wrt-commons.git] / tests / localizationTagsProvider / tests_miscunit.cpp
index 430cccf..617e77a 100644 (file)
  */
 
 #include <dpl/test/test_runner.h>
-#include <dpl/log/log.h>
+#include <dpl/log/wrt_log.h>
 
 int main (int argc, char *argv[])
 {
-    LogDebug("Starting miscellaneous unit tests");
+    WrtLogD("Starting miscellaneous unit tests");
     int status = DPL::Test::TestRunnerSingleton::Instance().ExecTestRunner(argc, argv);
 
     return status;