oops, fix name: LOG -> GOOGLE_LOG

pull/10555/head
Joshua Humphries 3 years ago committed by GitHub
parent 0362a1204f
commit 7e745c4910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/google/protobuf/io/tokenizer.cc

@ -1004,7 +1004,7 @@ bool Tokenizer::ParseInteger(const std::string& text, uint64_t max_value,
double Tokenizer::ParseFloat(const std::string& text) {
double result = 0;
if (!TryParseFloat(text, &result)) {
LOG(DFATAL)
GOOGLE_LOG(DFATAL)
<< " Tokenizer::ParseFloat() passed text that could not have been"
" tokenized as a float: "
<< absl::CEscape(text);

Loading…
Cancel
Save