diff options
author | Yusuke Sato <yusuke-sato@apn.alpine.co.jp> | 2018-05-23 22:43:12 +0900 |
---|---|---|
committer | Christoph Lipka <clipka@users.noreply.github.com> | 2018-05-23 15:43:12 +0200 |
commit | 2410feca37f44b4cc8255cce61e728679ac2c41a (patch) | |
tree | c3648c6f9b2109cfbf17027086d380fa07f6fc51 /src/lib/dlt_client.c | |
parent | d2a0785be4c5a8a9cf6ec72337c021c43f0c6818 (diff) | |
download | DLT-daemon-2410feca37f44b4cc8255cce61e728679ac2c41a.tar.gz |
dlt-daemon: Avoid to output duplicated application registration message (#63)
If application tries to send application registration request before
dlt-daemon startup, the request is sent twice as below:
1. Buffered request in user library buffer
2. New request when user app succeeds to attach to dlt-daemon
In previous, dlt-daemon had been output the registration messages
2 times even though these messages were come from same application.
This duplicated output is avoided by this change.
Warning message in case of dlt-runtime-context.cfg exists
is also avoided. This file is created when Control message: "Store Config"
is used. This is not irregular case.
Signed-off-by: Yusuke Sato <yusuke-sato@apn.alpine.co.jp>
Diffstat (limited to 'src/lib/dlt_client.c')
0 files changed, 0 insertions, 0 deletions