diff --git a/cpp/src/phonenumbers/phonenumberutil.cc b/cpp/src/phonenumbers/phonenumberutil.cc index 99041451b..ffa7da18f 100644 --- a/cpp/src/phonenumbers/phonenumberutil.cc +++ b/cpp/src/phonenumbers/phonenumberutil.cc @@ -1581,9 +1581,9 @@ void PhoneNumberUtil::GetRegionCodeForNumber(const PhoneNumber& number, if (region_codes.size() == 0) { string number_string; GetNationalSignificantNumber(number, &number_string); - LOG(WARNING) << "Missing/invalid country calling code (" - << country_calling_code - << ") for number " << number_string; + VLOG(1) << "Missing/invalid country calling code (" + << country_calling_code + << ") for number " << number_string; *region_code = RegionCode::GetUnknown(); return; }