"Telemetry Send Error" on initializing ZED

On initializing ZED 2 camera I see a warning message in output:

Telemetry Send Error at: 116 : 0

It occurs if no internet connection is active.

I suspect the SDK tries to communicate with SL servers (for whatever reason). If no response comes it claims.

I use SDK v.3.7.2 and the behaviour reproduces under C++ and Python environments.
Can someone explain the roots of the warning and how to cope with it?

Hi @pyInik,
that’s a debug log message that we use internally to test the ZED SDK in the QA phase.
With the latest patch, this test flag was wrongly kept. You can ignore it.