diff --git a/internal/platform/implementation/windows/wifi_hotspot_medium.cc b/internal/platform/implementation/windows/wifi_hotspot_medium.cc index bdf393e4..5e87e9a3 100644 --- a/internal/platform/implementation/windows/wifi_hotspot_medium.cc +++ b/internal/platform/implementation/windows/wifi_hotspot_medium.cc @@ -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(connect_result.ConnectionStatus()); return false; }