X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=inline;f=inc%2Flog.h;h=e9e2b41748cf6d8a92bb9748354fbe4e2b587987;hb=HEAD;hp=eb892318bcd72899b55defe97eebf771fcc2e781;hpb=e1fb5d830cf84b2926571421e2cfe4df45bbb2c7;p=apps%2Fnative%2Fst-things-light.git 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)