summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/dlt_for_developers.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dlt_for_developers.md b/doc/dlt_for_developers.md
index 9dc575c..b020357 100644
--- a/doc/dlt_for_developers.md
+++ b/doc/dlt_for_developers.md
@@ -285,6 +285,8 @@ int main(int argc, const char* argv[])
}
```
+Note: Please be aware that it might be taken up to a second until the synchronization of loglevel between DLT Daemon and application is done.
+
### Unregister contexts and application
Before terminating the application registered contexts and at last the application need to be unregistered.