internal change

PiperOrigin-RevId: 532296497
pull/12805/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 235b9e60be
commit c3f61a6128
  1. 2
      src/google/protobuf/text_format.cc

@ -2529,7 +2529,7 @@ void TextFormat::Printer::PrintField(const Message& message,
if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
if (TryRedactFieldValue(message, field, generator,
/*insert_value_separator=*/true)) {
return;
break;
}
const FastFieldValuePrinter* printer = GetFieldPrinter(field);
const Message& sub_message =

Loading…
Cancel
Save