diff options
-rw-r--r-- | homescreen/src/hmi-debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
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__ |