wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / DataControl / RowData.h
old mode 100755 (executable)
new mode 100644 (file)
index cc2b818..ac700b8
@@ -23,6 +23,7 @@
 #include <map>
 #include <vector>
 #include <Commons/Exception.h>
+#include <Logger.h>
 
 namespace DeviceAPI {
 namespace DataControl {
@@ -37,7 +38,7 @@ public:
 
        RowData(std::vector<std::string>& keys, std::vector<std::string>& values) 
        { 
-               LogDebug("entered"); 
+               LoggerD("entered"); 
 
                if (keys.size() == 0)
                {