summaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/CMakeLists.txt4
-rw-r--r--src/daemon/dlt_daemon_client.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1457578..80c4bc7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -27,9 +27,9 @@ if( WITH_DLT_EXAMPLES )
add_subdirectory( examples )
endif( WITH_DLT_EXAMPLES )
-if( WTIH_DLT_ADAPTOR )
+if( WITH_DLT_ADAPTOR )
add_subdirectory( adaptor )
-endif( WTIH_DLT_ADAPTOR )
+endif( WITH_DLT_ADAPTOR )
if( WITH_DLT_TESTS )
add_subdirectory( tests )
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);
}