Just change color of log 73/125573/1 accepted/tizen/unified/20170418.072234 submit/tizen/20170418.051813
authorHaejeong Kim <backto.kim@samsung.com>
Tue, 18 Apr 2017 04:59:50 +0000 (13:59 +0900)
committerHaejeong Kim <backto.kim@samsung.com>
Tue, 18 Apr 2017 04:59:50 +0000 (13:59 +0900)
Change-Id: Icb85935bce62305e3e72423388dc3129dde091c8

include/media_info_private.h

index 8447e34..066acf4 100755 (executable)
@@ -823,11 +823,11 @@ int _media_filter_attribute_option_generate(attribute_h attr, filter_h filter, c
                } while (0)
 
 #define media_content_sec_debug(fmt, arg...) do { \
-                       SECURE_LOGD(FONT_COLOR_RESET"[%d]"fmt"", media_content_gettid(), ##arg);     \
+                       SECURE_LOGD(FONT_COLOR_CYAN"[%d]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg);     \
                } while (0)
 
 #define media_content_sec_warn(fmt, arg...) do { \
-                       SECURE_LOGW(FONT_COLOR_GREEN"[%d]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg);     \
+                       SECURE_LOGW(FONT_COLOR_RED"[%d]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg);     \
                } while (0)
 
 #define media_content_sec_error(fmt, arg...) do { \