diff options
author | Boyeon <boyeon.son@samsung.com> | 2019-08-07 20:14:59 +0900 |
---|---|---|
committer | Boyeon <boyeon.son@samsung.com> | 2019-08-13 13:35:10 +0900 |
commit | 19cc6f0a2e32b77506aaf102b7412d68bef01cec (patch) | |
tree | 4b9b2a6c3785493b781a9ca2dcb8a9a22b45d5d2 /inc | |
parent | 9571c753b3c1f227a2d7a8ee0a77196c55732c23 (diff) | |
download | st-things-light-19cc6f0a2e32b77506aaf102b7412d68bef01cec.tar.gz st-things-light-19cc6f0a2e32b77506aaf102b7412d68bef01cec.tar.bz2 st-things-light-19cc6f0a2e32b77506aaf102b7412d68bef01cec.zip |
Add a new branch for basic app (without ST)
Change-Id: I9fbd5c256fa967b3e0b01d53c771f2558848bfb4
Diffstat (limited to 'inc')
-rw-r--r-- | inc/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |