1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-11 06:13:47 +01:00
This commit is contained in:
J. Nick Koston
2025-10-01 22:31:55 +02:00
parent 518402f031
commit 2eb35f83b7

View File

@@ -197,7 +197,7 @@ void MDNSComponent::dump_config() {
"mDNS:\n"
" Hostname: %s",
this->hostname_.c_str());
#if ESPHOME_LOG_LEVEL >= ESPHOME_LOG_LEVEL_VERY_VERBOSE
#if ESPHOME_LOG_LEVEL >= ESPHOME_LOG_LEVEL_VERBOSE
ESP_LOGV(TAG, " Services:");
for (uint8_t i = 0; i < this->services_count_; i++) {
const auto &service = this->services_[i];