wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / Messaging / BinarySms.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 8733e8a..26de2e1
@@ -16,7 +16,7 @@
 //
 
 #include "BinarySms.h"
-#include <dpl/log/log.h>
+#include <Logger.h>
 
 using namespace std;
 
@@ -26,20 +26,20 @@ namespace Messaging {
 BinarySms::BinarySms(const string& id) :
     IMessage(BINARYSMS, id)
 {
-    LogDebug("enter");
+    LoggerD("enter");
 
-    LogDebug("m_id=" << getIdRef());
-    LogDebug("m_msgType=" << getMessageType());
+    LoggerD("m_id=" << getIdRef());
+    LoggerD("m_msgType=" << getMessageType());
 }
 
 BinarySms::~BinarySms()
 {
-    LogDebug("enter");
+    LoggerD("enter");
 }
 
 void BinarySms::update(bool /*draftsOnly*/)
 {
-    LogDebug("updating m_id=" << getIdRef());
+    LoggerD("updating m_id=" << getIdRef());
 }
 
 void BinarySms::readAllData()