commit | 80b02ec884393fccdb3f85bf06f98b343394435c | [log] [tgz] |
---|---|---|
author | Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no> | Mon Jul 20 15:33:11 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Sep 09 13:06:05 2020 +0200 |
tree | 2fd0047caece9b99bd017cea7dc5fd921c2121ce | |
parent | 1554926c4a86b2a18abd23a0b06b1980065cc802 [diff] |
net: config: Fix missing error log when timeout happens The timeout log error message condition in wrong. When the timout happens the "count == -1" and the condition is invalid. This commit fixes it. Signed-off-by: Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no>