We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612a131 commit 07b2f9bCopy full SHA for 07b2f9b
proto_processing_lib/proto_scrubber/cloud_audit_log_field_checker.cc
@@ -51,7 +51,7 @@ FieldCheckResults CloudAuditLogFieldChecker::CheckField(
51
const std::vector<std::string>& path,
52
const google::protobuf::Field* field) const {
53
if (!field_mask_tree_->status().ok()) {
54
- LOG(DFATAL)
+ ABSL_LOG(FATAL)
55
<< "The Cloud Audit Log field checker is broken and cannot be used to"
56
"check fields. All fields will be excluded.";
57
return FieldCheckResults::kExclude;
0 commit comments