Skip to content

Commit 07b2f9b

Browse files
authored
Update cloud_audit_log_field_checker.cc
Use `ABSL_LOG(FATAL)` instead of `LOG(DFATAL)`
1 parent 612a131 commit 07b2f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto_processing_lib/proto_scrubber/cloud_audit_log_field_checker.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ FieldCheckResults CloudAuditLogFieldChecker::CheckField(
5151
const std::vector<std::string>& path,
5252
const google::protobuf::Field* field) const {
5353
if (!field_mask_tree_->status().ok()) {
54-
LOG(DFATAL)
54+
ABSL_LOG(FATAL)
5555
<< "The Cloud Audit Log field checker is broken and cannot be used to"
5656
"check fields. All fields will be excluded.";
5757
return FieldCheckResults::kExclude;

0 commit comments

Comments
 (0)