From: Lukasz Stanislawski Date: Fri, 29 Jan 2016 17:05:15 +0000 (+0100) Subject: Get rid of _DLOG_USED define. X-Git-Tag: submit/tizen_app/20160312.111153~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e445d5076ef3fe3d14e63ea02ac38940029a5d99;p=apps%2Fcore%2Fpreloaded%2Findicator-win.git Get rid of _DLOG_USED define. In previous build configuration _DLOG_USED was always set. In sdk _DLOG_USED will be removed to simplify build configuration. Change-Id: I5bb96f1ba03b7e2461bcb2742db635f7d78aff7f Signed-off-by: Lukasz Stanislawski --- diff --git a/inc/common.h b/inc/common.h index 0021519..f36caee 100644 --- a/inc/common.h +++ b/inc/common.h @@ -28,8 +28,7 @@ #define OK (0) #define FAIL (-1) -#ifdef _DLOG_USED -//#define LOG_TAG "INDICATOR" +#define LOG_TAG "INDICATOR" #include #define ERR(str, args...) LOGE("%s[%d]\t " #str "\n", \ @@ -73,5 +72,3 @@ goto target;\ } \ } while (0); - -#endif