Replace NEARBY_LOGS with LOG for all coding under google3/third_party/nearby/

PiperOrigin-RevId: 786733783
This commit is contained in:
hai007
2025-07-24 09:34:17 -07:00
committed by Copybara-Service
parent a78e9e4138
commit 71cdf84236
116 changed files with 1227 additions and 1232 deletions
@@ -203,7 +203,7 @@ bool IsMultiplexFrame(const ByteArray& data) {
if (!frame.ok()) {
return false;
} else {
NEARBY_LOGS(INFO) << "Checked data is a multiplex frame. Is Control ? "
LOG(INFO) << "Checked data is a multiplex frame. Is Control ? "
<< frame.result().has_control_frame() << ", is data ? "
<< frame.result().has_data_frame();
return true;