Init master branch with timer code
[apps/native/st-things-light.git] / inc / log.h
index eb89231..e9e2b41 100644 (file)
--- 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)