From 51d0992bc2f549826d7a8bf462fe96975a66421a Mon Sep 17 00:00:00 2001 From: Timotej S <6674623+underhood@users.noreply.github.com> Date: Wed, 23 Jun 2021 19:29:50 +0200 Subject: fixes confusing error in ACLK Legacy (#11278) --- aclk/legacy/aclk_query.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aclk/legacy/aclk_query.c b/aclk/legacy/aclk_query.c index a17f55d926..9f88a586a7 100644 --- a/aclk/legacy/aclk_query.c +++ b/aclk/legacy/aclk_query.c @@ -794,8 +794,7 @@ void *legacy_aclk_query_main_thread(void *ptr) sleep(1); continue; } - errno = 0; - error("ACLK version negotiation failed. No reply to \"hello\" with \"version\" from cloud in time of %ds." + info("ACLK version negotiation failed (This is expected). No reply to \"hello\" with \"version\" from cloud in time of %ds." " Reverting to default ACLK version of %d.", VERSION_NEG_TIMEOUT, ACLK_VERSION_MIN); legacy_aclk_shared_state.version_neg = ACLK_VERSION_MIN; aclk_set_rx_handlers(legacy_aclk_shared_state.version_neg); -- cgit v1.2.3