mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Replace NEARBY_LOGS with LOG for all coding under google3/third_party/nearby/
PiperOrigin-RevId: 786733783
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user