summaryrefslogtreecommitdiff
path: root/inc/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/log.h')
-rw-r--r--inc/log.h2
1 files changed, 1 insertions, 1 deletions
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)