wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / DataControl / EventUpdate.h
old mode 100755 (executable)
new mode 100644 (file)
index e8a0e65..13d5e07
@@ -22,7 +22,7 @@
 #include <Commons/IEvent.h>
 #include <dpl/shared_ptr.h>
 #include "RowData.h"
-
+#include <Logger.h>
 
 namespace DeviceAPI {
 namespace DataControl {
@@ -46,7 +46,7 @@ public:
        void setWhere(const std::string& where) { m_where = where; }
        void setErrorMsg(const std::string& errorMsg) { m_errorMsg = errorMsg;}
 
-       EventUpdate() { LogDebug("entered"); }
+       EventUpdate() { LoggerD("entered"); }
        ~EventUpdate() { }
 };