wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / MessagePort / MessagePortUtility.cpp
index 37bce17..2e6fc20 100644 (file)
@@ -28,8 +28,8 @@
 #include <clocale>
 #include <sstream>
 #include <dpl/singleton_impl.h>
-#include <dpl/log/log.h>
 #include <Commons/Regex.h>
+#include <Logger.h>
 
 IMPLEMENT_SINGLETON(DeviceAPI::MessagePort::MessagePortUtility)
 
@@ -109,7 +109,7 @@ void MessagePortUtility::getDataItemMapHelper(const char *key, const int type, c
 {
        if(type != BUNDLE_TYPE_STR)
        {
-               LogWarning("bundle has wrong data type. (type : " << type << ")");
+               LoggerW("bundle has wrong data type. (type : " << type << ")");
                return;
        }