summaryrefslogtreecommitdiff
path: root/src/lib/dlt_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dlt_client.c')
-rw-r--r--src/lib/dlt_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dlt_client.c b/src/lib/dlt_client.c
index dacff27..af7e118 100644
--- a/src/lib/dlt_client.c
+++ b/src/lib/dlt_client.c
@@ -801,7 +801,7 @@ DltReturnValue dlt_client_send_all_trace_status(DltClient *client, uint8_t trace
payload = (uint8_t *)malloc(sizeof(DltServiceSetDefaultLogLevel));
if (payload == 0) {
- dlt_vlog(LOG_ERR, "%s: Could not allocate memory %d\n", __func__, sizeof(DltServiceSetDefaultLogLevel));
+ dlt_vlog(LOG_ERR, "%s: Could not allocate memory %zu\n", __func__, sizeof(DltServiceSetDefaultLogLevel));
return DLT_RETURN_ERROR;
}