From 62fc7e1e244063f42769a7f124025a9c7e4d92ab Mon Sep 17 00:00:00 2001 From: xlythe Date: Thu, 9 Jun 2022 12:58:40 -0700 Subject: [PATCH] [Connections] Fix typo in log PiperOrigin-RevId: 453992571 --- internal/platform/implementation/windows/wifi_hotspot_medium.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }