Apply the secure logs
[platform/core/appfw/message-port.git] / src / message-port-log.h
index 9823651..ea6b979 100644 (file)
@@ -32,8 +32,8 @@ extern "C" {
 #define _LOGE(fmt, arg...) LOGE(fmt, ##arg)
 #define _LOGI(fmt, arg...) LOGI(fmt, ##arg)
 
-//#define _SECURE_LOGE(fmt, arg...) SECURE_LOGE(fmt, ##arg)
-//#define _SECURE_LOGI(fmt, arg...) SECURE_LOGI(fmt, ##arg)
+#define _SECURE_LOGE(fmt, arg...) SECURE_LOGE(fmt, ##arg)
+#define _SECURE_LOGI(fmt, arg...) SECURE_LOGI(fmt, ##arg)
 
 /**
  * @}