Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3537)

Unified Diff: device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm

Issue 2869833004: bluetooth: macOS: Fixing BluetoothRemoteGattDescriptorMac log description (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() << "/"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698