Explicitly concatenate location to support Chromium StrCat

PiperOrigin-RevId: 668117970
This commit is contained in:
Crisrael Lucero
2024-08-27 13:33:46 -07:00
committed by Copybara-Service
parent 02a2f2e47a
commit 670674a251
@@ -64,7 +64,8 @@ WebrtcBwuHandler::CreateUpgradedEndpointChannel(
}
NEARBY_LOGS(INFO)
<< "WebRtcBwuHandler is attempting to connect to remote peer "
<< peer_id.GetId() << ", location hint " << absl::StrCat(location_hint);
<< peer_id.GetId() << ", location hint "
<< absl::StrCat(location_hint.location());
mediums::WebRtcSocketWrapper socket =
webrtc_.Connect(service_id, peer_id, location_hint,