From 78ea8a9ed5f51830f581b0d9cc8c30cb7ac6d567 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 28 Apr 2020 16:30:28 +0200 Subject: [PATCH] mqtt: clenaup logs and docs 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) --- components/mqtt/esp-mqtt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mqtt/esp-mqtt b/components/mqtt/esp-mqtt index 50dc010b97..6bc94add89 160000 --- a/components/mqtt/esp-mqtt +++ b/components/mqtt/esp-mqtt @@ -1 +1 @@ -Subproject commit 50dc010b97ed876657f1713cba7208b843a355ec +Subproject commit 6bc94add892437d0fd50f26bfabe78c646648c13