mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Rollback for cl/499340098 - remove DebugString() log
PiperOrigin-RevId: 500772955
This commit is contained in:
committed by
Copybara-Service
parent
73a4c4210d
commit
6ac239688f
@@ -1,4 +1,4 @@
|
||||
// Copyright 2021 Google LLC
|
||||
// Copyright 2021-2023 Google LLC
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -1080,8 +1080,7 @@ void PayloadManager::ProcessDataPacket(
|
||||
.Raised()) {
|
||||
NEARBY_LOGS(ERROR) << "ProcessDataPacket: [data: error] endpoint_id="
|
||||
<< from_endpoint_id
|
||||
<< "; payload_id=" << pending_payload->GetId()
|
||||
<< ", payload_chunk=" << payload_chunk.DebugString();
|
||||
<< "; payload_id=" << pending_payload->GetId();
|
||||
HandleFinishedIncomingPayload(
|
||||
to_client, from_endpoint_id, payload_header, payload_chunk.offset(),
|
||||
location::nearby::proto::connections::PayloadStatus::LOCAL_ERROR);
|
||||
|
||||
Reference in New Issue
Block a user