mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 03:52:01 +02:00
78ea8a9ed5
esp_mqtt: Change an error print to use ESP_LOGE instead of ESP_LOGI Move Sending MQTT connect message log from Info to Debug level docs: Makes clear that publish API could block Change the message printed after MQTT connection failure Closes https://github.com/espressif/esp-idf/issues/5077 (by means of referencing commit https://github.com/espressif/esp-mqtt/commit/615aeae0c2fbf062269e19065054b8b3d087cd8e)