summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/dlt_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/dlt_common.c b/src/shared/dlt_common.c
index 57455fa..2ab6ed9 100644
--- a/src/shared/dlt_common.c
+++ b/src/shared/dlt_common.c
@@ -1817,7 +1817,7 @@ void dlt_print_with_attributes(bool state)
DltReturnValue dlt_log_init(int mode)
{
if ((mode < DLT_LOG_TO_CONSOLE) || (mode > DLT_LOG_DROPPED)) {
- dlt_vlog(LOG_WARNING, "Wrong parameter for mode: %d\n", mode);
+ dlt_user_printf("Wrong parameter for mode: %d\n", mode);
return DLT_RETURN_WRONG_PARAMETER;
}