tizen 2.4 release
[framework/web/wrt-commons.git] / modules / test / src / value_separated_policies.cpp
@@ -21,7 +21,7 @@
 
 #include<dpl/test/value_separated_policies.h>
 #include<dpl/foreach.h>
-#include<dpl/log/log.h>
+#include<dpl/log/wrt_log.h>
 
 namespace DPL {
 
@@ -57,7 +57,7 @@ bool CSVParserPolicy::Validate(std::shared_ptr<std::vector<std::vector<std::stri
         int size = r->size();
         if(num != -1 && num != size)
         {
-            LogError("Columns not matches");
+            WrtLogE("Columns not matches");
             return false;
         }
         num = size;