| Index: device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm b/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm
|
| index d7c5d6c79dcb403460c5868a6de1a14279e319de..a8ede9c14907857f504c17414dd84a11f807d8cd 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm
|
| @@ -189,7 +189,7 @@ DEVICE_BLUETOOTH_EXPORT std::ostream& operator<<(
|
| const BluetoothRemoteGattCharacteristicMac* characteristic_mac =
|
| static_cast<const BluetoothRemoteGattCharacteristicMac*>(
|
| descriptor.GetCharacteristic());
|
| - return out << "<BluetoothRemoteGattServiceMac "
|
| + return out << "<BluetoothRemoteGattDescriptorMac "
|
| << descriptor.GetUUID().canonical_value() << "/" << &descriptor
|
| << ", characteristic: "
|
| << characteristic_mac->GetUUID().canonical_value() << "/"
|
|
|