fix: fix sub topic name log in mqtt example

Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/446
This commit is contained in:
sun wei
2019-01-08 19:21:14 +08:00
committed by Wu Jian Gang
parent 5df0b1d71a
commit 7c1374ef69

View File

@ -184,7 +184,7 @@ static void mqtt_client_thread(void *pvParameters)
continue;
}
ESP_LOGI(TAG, "MQTT subscribe to topic %s OK", CONFIG_MQTT_PUB_TOPIC);
ESP_LOGI(TAG, "MQTT subscribe to topic %s OK", CONFIG_MQTT_SUB_TOPIC);
for (;;) {
MQTTMessage message;