log statement edit

This commit is contained in:
HB
2020-09-29 17:45:05 +02:00
parent c80ba1b09c
commit 3b52c00f28
@@ -22,7 +22,7 @@ void EmptyCustomFan::loop() {
} }
void EmptyCustomFan::dump_config() { void EmptyCustomFan::dump_config() {
ESP_LOGCONFIG(TAG, "Fan '%s':", this->fan_->get_name().c_str()); ESP_LOGCONFIG(TAG, "Empty fan");
} }
} // namespace binary } // namespace binary