From bd43b3da70cde91bd0984702bb915b6e4ff5c708 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Tue, 14 Nov 2017 12:34:32 +0900 Subject: Change debug MAX to DEBUG It's a mistake set MAX to ERROR, change it to DEBUG. Signed-off-by: zheng_wenlong --- homescreen/src/hmi-debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'homescreen/src') diff --git a/homescreen/src/hmi-debug.h b/homescreen/src/hmi-debug.h index a6a5d80..28705f5 100644 --- a/homescreen/src/hmi-debug.h +++ b/homescreen/src/hmi-debug.h @@ -30,7 +30,7 @@ enum LOG_LEVEL{ LOG_LEVEL_NOTICE, LOG_LEVEL_INFO, LOG_LEVEL_DEBUG, - LOG_LEVEL_MAX = LOG_LEVEL_ERROR + LOG_LEVEL_MAX = LOG_LEVEL_DEBUG }; #define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) @@ -67,4 +67,4 @@ static void _HMI_LOG(enum LOG_LEVEL level, const char* file, const char* func, c free(message); } -#endif //__HMI_DEBUG_H__ \ No newline at end of file +#endif //__HMI_DEBUG_H__ -- cgit 1.2.3-korg