aboutsummaryrefslogtreecommitdiffstats
path: root/include/hmi-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hmi-debug.h')
-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)
{