From 67a85e459947a12438aa8638cf3a78dbb5eabaaa Mon Sep 17 00:00:00 2001 From: James Vecore Date: Wed, 9 Jun 2021 14:44:53 -0700 Subject: [PATCH] Fix ReadClientIntroductionAckFrame log PiperOrigin-RevId: 378503771 --- cpp/core/internal/bwu_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/core/internal/bwu_manager.cc b/cpp/core/internal/bwu_manager.cc index 1f4e50ca..9d81ef41 100644 --- a/cpp/core/internal/bwu_manager.cc +++ b/cpp/core/internal/bwu_manager.cc @@ -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",