From 807c2bc45bf19059021eb3d94e2c1693a9c940b6 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 18 May 2018 19:49:26 +0900 Subject: [Local]:4th step for blocking sequence Change-Id: If4f01a177f4947780d448aaa214f863af2124b0f Signed-off-by: Kazumasa Mitsunari --- include/hmi-debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/hmi-debug.h') diff --git a/include/hmi-debug.h b/include/hmi-debug.h index 2269bdf..2bd3478 100644 --- a/include/hmi-debug.h +++ b/include/hmi-debug.h @@ -73,7 +73,7 @@ static void _HMI_LOG(enum LOG_LEVEL level, const char* file, const char* func, c free(message); } -static void _HMI_SEQ_LOG(enum LOG_LEVEL level, const char* file, const char* func, const int line, const char* prefix, unsigned seq_num, const char* log, ...){ +static void _HMI_SEQ_LOG(enum LOG_LEVEL level, const char* file, const char* func, const int line, unsigned seq_num, const char* log, ...){ const int log_level = (getenv("USE_HMI_DEBUG") == NULL)?LOG_LEVEL_ERROR:atoi(getenv("USE_HMI_DEBUG")); if(log_level < level) { -- cgit 1.2.3-korg