From cca0eee0e2a216fa1fe6ea7b66faebc4455dd1ad Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Fri, 7 Jul 2023 08:21:58 -0700 Subject: [PATCH] internal changes PiperOrigin-RevId: 546287121 --- src/google/protobuf/descriptor.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/google/protobuf/descriptor.cc b/src/google/protobuf/descriptor.cc index 8c9403f598aa2..1f15e59c881e1 100644 --- a/src/google/protobuf/descriptor.cc +++ b/src/google/protobuf/descriptor.cc @@ -8211,9 +8211,8 @@ void DescriptorBuilder::ValidateExtensionRangeOptions( range_options.verification() == ExtensionRangeOptions::UNVERIFIED) { AddError(message.full_name(), proto.extension_range(i), DescriptorPool::ErrorCollector::EXTENDEE, [&] { - return absl::Substitute( - "Cannot mark the extension range as UNVERIFIED when it " - "has extension(s) declared."); + return "Cannot mark the extension range as UNVERIFIED when " + "it has extension(s) declared."; }); return; }