mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Explicitly concatenate location to support Chromium StrCat
PiperOrigin-RevId: 668117970
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user