mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Fix typo in the Nearby Sharing Windows Bluetooth classic socket logging.
PiperOrigin-RevId: 448113611
This commit is contained in:
@@ -122,7 +122,7 @@ ExceptionOr<ByteArray> BluetoothSocket::BluetoothInputStream::Read(
|
||||
ByteArray data((char*)buffer.data(), buffer.Length());
|
||||
return ExceptionOr(data);
|
||||
} catch (...) {
|
||||
NEARBY_LOGS(ERROR) << "Failed to read daat from input stream.";
|
||||
NEARBY_LOGS(ERROR) << "Failed to read data from input stream.";
|
||||
return {Exception::kIo};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user