Just change color of log 83/125583/3 accepted/tizen/unified/20170419.165309 submit/tizen/20170419.062153
authorHaejeong Kim <backto.kim@samsung.com>
Tue, 18 Apr 2017 05:06:32 +0000 (14:06 +0900)
committerHaejeong Kim <backto.kim@samsung.com>
Tue, 18 Apr 2017 05:19:28 +0000 (14:19 +0900)
Change-Id: Idb1a6ff8bda1c446473b7c65f299cb0405acac5a

src/include/util/media-thumb-debug.h

index 47b519e..3370f15 100755 (executable)
                } while (0)
 
 #define thumb_warn(fmt, arg...)        do { \
-               LOGW(FONT_COLOR_GREEN fmt "\n", ##arg); \
+               LOGW(FONT_COLOR_RED""fmt""FONT_COLOR_RESET, ##arg); \
                } while (0)
 
 #define thumb_err(fmt, arg...) do { \
-                LOGE(FONT_COLOR_RED fmt "\n", ##arg); \
+                LOGE(FONT_COLOR_RED""fmt""FONT_COLOR_RESET, ##arg); \
                } while (0)
 
 #define thumb_dbg_slog(fmt, arg...)    do { \
-               SECURE_LOGD(FONT_COLOR_RESET fmt "\n", ##arg); \
+               SECURE_LOGD(FONT_COLOR_CYAN""fmt""FONT_COLOR_RESET, ##arg); \
                } while (0)
 
 #define thumb_warn_slog(fmt, arg...)   do { \
-               SECURE_LOGW(FONT_COLOR_GREEN fmt "\n", ##arg); \
+               SECURE_LOGW(FONT_COLOR_RED""fmt""FONT_COLOR_RESET, ##arg); \
                } while (0)