summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-06-23 19:29:50 +0200
committerGitHub <noreply@github.com>2021-06-23 19:29:50 +0200
commit51d0992bc2f549826d7a8bf462fe96975a66421a (patch)
tree3bea9906fadbea888335003147e170b203ff9319
parent3302923665723d7cff5237007979bc76bbc6bce5 (diff)
fixes confusing error in ACLK Legacy (#11278)
-rw-r--r--aclk/legacy/aclk_query.c3
1 files changed, 1 insertions, 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);