log statement edit

master
HB 5 years ago
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

Loading…
Cancel
Save