summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_client.c
diff options
context:
space:
mode:
authorStefan Badura <stefan.badura@globallogic.com>2017-08-30 03:40:57 -0400
committerStefan Badura <stefan.badura@globallogic.com>2017-08-30 03:40:57 -0400
commit58c4d9fe01c7af573b591eb0c22ff15aa1c172b7 (patch)
tree5e90422e94035453e2123092c7ad47b65344d993 /src/daemon/dlt_daemon_client.c
parentcf30c443064d28bfcdaa0f4c7bf799fd5d6fed99 (diff)
downloadDLT-daemon-58c4d9fe01c7af573b591eb0c22ff15aa1c172b7.tar.gz
Minor fixes: corrected typo in CMakeLists.txt - WTIH_DLT_ADAPTOR, removed character from merge - +
Diffstat (limited to 'src/daemon/dlt_daemon_client.c')
-rw-r--r--src/daemon/dlt_daemon_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/dlt_daemon_client.c b/src/daemon/dlt_daemon_client.c
index 84ffd5d..a9d9440 100644
--- a/src/daemon/dlt_daemon_client.c
+++ b/src/daemon/dlt_daemon_client.c
@@ -2210,7 +2210,7 @@ void dlt_daemon_control_service_logstorage(int sock, DltDaemon *daemon, DltDaemo
dlt_daemon_logstorage_reset_application_loglevel(daemon, device_index, daemon_local->flags.offlineLogstorageMaxDevices, verbose);
dlt_logstorage_device_disconnected(&(daemon->storage_handle[device_index]),
-+ DLT_LOGSTORAGE_SYNC_ON_DEVICE_DISCONNECT);
+ DLT_LOGSTORAGE_SYNC_ON_DEVICE_DISCONNECT);
dlt_daemon_control_service_response(sock, daemon, daemon_local, DLT_SERVICE_ID_OFFLINE_LOGSTORAGE, DLT_SERVICE_RESPONSE_OK, verbose);
}