mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Fix ReadClientIntroductionAckFrame log
PiperOrigin-RevId: 378503771
This commit is contained in:
committed by
Copybara-Service
parent
be588b109e
commit
67a85e4599
@@ -616,7 +616,7 @@ bool BwuManager::ReadClientIntroductionFrame(EndpointChannel* channel,
|
||||
|
||||
bool BwuManager::ReadClientIntroductionAckFrame(EndpointChannel* channel) {
|
||||
NEARBY_LOG(INFO,
|
||||
"ReadClientIntroductionFrame with channel name: %s, medium: %d",
|
||||
"ReadClientIntroductionAckFrame with channel name: %s, medium: %d",
|
||||
channel->GetName().c_str(), channel->GetMedium());
|
||||
CancelableAlarm timeout_alarm(
|
||||
"BwuManager::ReadClientIntroductionAckFrame",
|
||||
|
||||
Reference in New Issue
Block a user