mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
[Connections] Fix typo in log
PiperOrigin-RevId: 453992571
This commit is contained in:
@@ -312,7 +312,7 @@ bool WifiHotspotMedium::ConnectWifiHotspot(
|
||||
.get();
|
||||
|
||||
if (connect_result.ConnectionStatus() != WiFiConnectionStatus::Success) {
|
||||
NEARBY_LOGS(INFO) << "Connectiong failed with reason: "
|
||||
NEARBY_LOGS(INFO) << "Connecting failed with reason: "
|
||||
<< static_cast<int>(connect_result.ConnectionStatus());
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user