[bluetooth_proxy] Consolidate dump_config() log calls (#10103)

This commit is contained in:
J. Nick Koston 2025-08-06 14:43:59 -10:00 committed by GitHub
parent ee1d4f27ef
commit fc180251be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,8 +130,8 @@ void BluetoothProxy::flush_pending_advertisements() {
}
void BluetoothProxy::dump_config() {
ESP_LOGCONFIG(TAG, "Bluetooth Proxy:");
ESP_LOGCONFIG(TAG,
"Bluetooth Proxy:\n"
" Active: %s\n"
" Connections: %d",
YESNO(this->active_), this->connection_count_);