From 3b661a7e0eaf75954ef33ba328e3160d89d1aec7 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 14 Oct 2020 16:06:28 -0700 Subject: [PATCH] Roll forward to cl/337192067. Signed-off-by: hai007 --- cpp/core_v2/internal/bwu_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/core_v2/internal/bwu_manager.cc b/cpp/core_v2/internal/bwu_manager.cc index ed17899b..595b9784 100644 --- a/cpp/core_v2/internal/bwu_manager.cc +++ b/cpp/core_v2/internal/bwu_manager.cc @@ -707,7 +707,7 @@ Medium BwuManager::ChooseBestUpgradeMedium(const std::vector& mediums) { // switch. NEARBY_LOG( INFO, - "Current upgrade medium %s is not supported by the remote endpoint", + "Current upgrade medium %d is not supported by the remote endpoint", medium_); }