wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / Calendar / EventRecurrenceRule.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 4f7bf52..4bd8744
@@ -18,7 +18,7 @@
 
 #include "EventRecurrenceRule.h"
 #include <Commons/Exception.h>
-#include <dpl/log/log.h>
+#include <Logger.h>
 
 namespace DeviceAPI {
 namespace Calendar {
@@ -45,15 +45,15 @@ EventRecurrenceRule::EventRecurrenceRule()
 EventRecurrenceRule::~EventRecurrenceRule()
 {
        if(m_daysOfTheWeekJSRef) {
-               LogDebug("Unprotect JS daysOfTheWeek.");
+               LoggerD("Unprotect JS daysOfTheWeek.");
                JSValueUnprotect(m_context, m_daysOfTheWeekJSRef);
        }
        if(m_setPositionsJSRef) {
-               LogDebug("Unprotect JS setPositions.");
+               LoggerD("Unprotect JS setPositions.");
                JSValueUnprotect(m_context, m_setPositionsJSRef);
        }
        if(m_exceptionsJSRef) {
-               LogDebug("Unprotect JS exceptions.");
+               LoggerD("Unprotect JS exceptions.");
                JSValueUnprotect(m_context, m_exceptionsJSRef);
        }
 }