mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Rename NEARBY_LOG() to NEARBY_LOG_OBSOLETE()
PiperOrigin-RevId: 667785090
This commit is contained in:
committed by
Copybara-Service
parent
df166289bb
commit
4bca950bc7
@@ -351,9 +351,9 @@ TEST_F(EndpointManagerTest, SendControlMessageAndPayloadAckWorks) {
|
||||
auto failed_ids_2 = em_.SendPayloadAck(header.id(),
|
||||
std::vector<std::string>{endpoint_id_});
|
||||
EXPECT_EQ(failed_ids_2, std::vector<std::string>{});
|
||||
NEARBY_LOG(INFO, "Will unregister endpoint now");
|
||||
NEARBY_LOGS(INFO) << "Will unregister endpoint now";
|
||||
em_.UnregisterEndpoint(client_.get(), endpoint_id_);
|
||||
NEARBY_LOG(INFO, "Will call destructors now");
|
||||
NEARBY_LOGS(INFO) << "Will call destructors now";
|
||||
}
|
||||
|
||||
TEST_F(EndpointManagerTest, SingleReadOnReadError) {
|
||||
|
||||
Reference in New Issue
Block a user