diff options
author | jiyong.min <jiyong.min@samsung.com> | 2018-12-19 13:19:14 +0900 |
---|---|---|
committer | jiyong.min <jiyong.min@samsung.com> | 2018-12-19 13:27:06 +0900 |
commit | 92e2a340d07afdad8b3ec4c90a75bd9beb6095a5 (patch) | |
tree | 3679299254d73fd9b06216c05bd2ba626e7e03d8 | |
parent | e5baed8bc8de8e94ba7c39a581961a228c255394 (diff) | |
download | media-controller-92e2a340d07afdad8b3ec4c90a75bd9beb6095a5.tar.gz media-controller-92e2a340d07afdad8b3ec4c90a75bd9beb6095a5.tar.bz2 media-controller-92e2a340d07afdad8b3ec4c90a75bd9beb6095a5.zip |
Just change the color of log(enter & leave) to be same
Change-Id: I54d2e46edfc89762bb84fb629b2b23359b6277fb
-rw-r--r-- | include/media_controller_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media_controller_private.h b/include/media_controller_private.h index e4d2e94..2652312 100644 --- a/include/media_controller_private.h +++ b/include/media_controller_private.h @@ -82,7 +82,7 @@ extern "C" { } while (0) #define mc_debug_fleave() do { \ - LOGD(FONT_COLOR_RESET"<Leave>"); \ + LOGD(FONT_COLOR_YELLOW"<Leave>"FONT_COLOR_RESET); \ } while (0) #define mc_retm_if(expr, fmt, arg...) do { \ |