tizen 2.4 release
[framework/web/wrt-installer.git] / src / jobs / plugin_install / job_plugin_install.cpp
@@ -23,7 +23,7 @@
 #include <plugin_install/plugin_install_task.h>
 #include "plugin_objects.h"
 #include <wrt_common_types.h>
-#include <installer_log.h>
+#include <dpl/log/secure_log.h>
 
 namespace Jobs {
 namespace PluginInstall {
@@ -79,8 +79,8 @@ void JobPluginInstall::SendFinishedSuccess()
 
 void JobPluginInstall::SendFinishedFailure()
 {
-    LOGE(COLOR_ERROR "Error in plugin installation step: %d" COLOR_END, m_exceptionCaught);
-    LOGE(COLOR_ERROR "Message: %s" COLOR_END, m_exceptionMessage.c_str());
+    LOGE("Error in plugin installation step: %d", m_exceptionCaught);
+    LOGE("Message: %s", m_exceptionMessage.c_str());
     fprintf(stderr, "[Err:%d] %s", m_exceptionCaught, m_exceptionMessage.c_str());
 
     _D("Call Plugin install failure finishedCallback");