wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / Messaging / Recipient.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 408c2f6..a51e072
@@ -17,9 +17,9 @@
 
 #include <algorithm>
 #include <sstream>
-#include <dpl/log/log.h>
 #include <Commons/Exception.h>
 #include "Recipient.h"
+#include <Logger.h>
 
 using namespace std;
 using namespace WrtDeviceApis::Commons;
@@ -184,7 +184,7 @@ Recipients & Recipients::operator -=(const Recipients& val)
     sort(l_toDelete.begin(), l_toDelete.end());
     if (!includes(l_recipients.begin(), l_recipients.end(), l_toDelete.begin(),
                   l_toDelete.end())) {
-        LogError("lack of recipient to delete from main variable");
+        LoggerE("lack of recipient to delete from main variable");
         Throw(WrtDeviceApis::Commons::InvalidArgumentException);
     }
     //delete recipients