diff options
Diffstat (limited to 'src/data_control_log.h')
-rw-r--r-- | src/data_control_log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data_control_log.h b/src/data_control_log.h index 29165fc..50b2544 100644 --- a/src/data_control_log.h +++ b/src/data_control_log.h @@ -35,5 +35,6 @@ #define _SECURE_LOGE(fmt, arg...) SECURE_LOGE(fmt, ##arg) #define _SECURE_LOGI(fmt, arg...) SECURE_LOGI(fmt, ##arg) +#define _SECURE_LOGD(fmt, arg...) SECURE_LOGD(fmt, ##arg) #endif /* __TIZEN_APPFW_DATA_CONTROL_LOG_H__ */ |