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:
@@ -57,7 +57,7 @@ void AddActionsToAdvertisement(const nearby_protocol::V0Actions& parsed_actions,
|
||||
for (const auto action : kAllActionBits) {
|
||||
auto action_type = MapAction(action);
|
||||
if (!action_type.ok()) {
|
||||
NEARBY_LOGS(WARNING)
|
||||
LOG(WARNING)
|
||||
<< "Advertisement contains an unsupported action bit: "
|
||||
<< (int)action;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user