aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-18 19:49:26 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-18 19:49:56 +0900
commit807c2bc45bf19059021eb3d94e2c1693a9c940b6 (patch)
tree8d463795e262f976016ebc2fc44b77bb5c259a86 /include
parent5529ff5051d8da4acb6157c6c6fa0043de2e685b (diff)
[Local]:4th step for blocking sequence
Change-Id: If4f01a177f4947780d448aaa214f863af2124b0f Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'include')
-rw-r--r--include/hmi-debug.h2
1 files changed, 1 insertions, 1 deletions
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)
{