Fix ReadClientIntroductionAckFrame log

PiperOrigin-RevId: 378503771
This commit is contained in:
James Vecore
2021-06-09 14:45:14 -07:00
committed by Copybara-Service
parent be588b109e
commit 67a85e4599
+1 -1
View File
@@ -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",