summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt_daemon_client.c')
-rw-r--r--src/daemon/dlt_daemon_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/dlt_daemon_client.c b/src/daemon/dlt_daemon_client.c
index 2724973..becd061 100644
--- a/src/daemon/dlt_daemon_client.c
+++ b/src/daemon/dlt_daemon_client.c
@@ -1028,7 +1028,7 @@ void dlt_daemon_control_get_log_info(int sock,
if (verbose)
dlt_vlog(LOG_DEBUG,
- "Allocate %d bytes for response msg databuffer\n",
+ "Allocate %u bytes for response msg databuffer\n",
resp.datasize);
/* Allocate buffer for response message */
@@ -2587,7 +2587,7 @@ void dlt_daemon_control_service_logstorage(int sock,
/* Check for cache synchronization request from log storage ctrl app */
else if (req->connection_type == DLT_OFFLINE_LOGSTORAGE_SYNC_CACHES)
{
- int ret = 0;
+ ret = 0;
if (device_index == -1) { /* sync all Logstorage devices */