From 19cc6f0a2e32b77506aaf102b7412d68bef01cec Mon Sep 17 00:00:00 2001 From: Boyeon Date: Wed, 7 Aug 2019 20:14:59 +0900 Subject: Add a new branch for basic app (without ST) Change-Id: I9fbd5c256fa967b3e0b01d53c771f2558848bfb4 --- inc/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/log.h b/inc/log.h index eb89231..e9e2b41 100644 --- a/inc/log.h +++ b/inc/log.h @@ -27,7 +27,7 @@ extern "C" { #ifdef LOG_TAG #undef LOG_TAG #endif -#define LOG_TAG "MOTION_APP" +#define LOG_TAG "SMART_LIGHT" #define _E(fmt, args...) dlog_print(DLOG_ERROR, LOG_TAG, "%s : %s(%d) > "fmt"\n", rindex(__FILE__, '/') + 1, __func__, __LINE__, ##args) #define _W(fmt, args...) dlog_print(DLOG_WARN, LOG_TAG, "%s : %s(%d) > "fmt"\n", rindex(__FILE__, '/') + 1, __func__, __LINE__, ##args) -- cgit v1.2.3