summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaejeong Kim <backto.kim@samsung.com>2017-04-18 14:06:32 +0900
committerHaejeong Kim <backto.kim@samsung.com>2017-04-18 14:19:28 +0900
commit5a1cd658eee44764e6b8645305a945db22acc0a7 (patch)
treec3ce916a27d87a2d4b15ecfcd3c26f33b0d5d6be
parent3a8c9ceded482a3df2056bfb98cef172deff16d3 (diff)
downloadlibmedia-thumbnail-5a1cd658eee44764e6b8645305a945db22acc0a7.tar.gz
libmedia-thumbnail-5a1cd658eee44764e6b8645305a945db22acc0a7.tar.bz2
libmedia-thumbnail-5a1cd658eee44764e6b8645305a945db22acc0a7.zip
Change-Id: Idb1a6ff8bda1c446473b7c65f299cb0405acac5a
-rwxr-xr-xsrc/include/util/media-thumb-debug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/util/media-thumb-debug.h b/src/include/util/media-thumb-debug.h
index 47b519e..3370f15 100755
--- a/src/include/util/media-thumb-debug.h
+++ b/src/include/util/media-thumb-debug.h
@@ -50,19 +50,19 @@
} 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)