Add absl::Stringify for protobufs in base/logging.h; fixes all around

This commit is contained in:
Laurent Perron
2023-02-01 14:14:30 +01:00
parent 8089ad46fa
commit 2c50d8bc16
20 changed files with 90 additions and 214 deletions

View File

@@ -37,7 +37,7 @@ bool VbpParser::ParseFile(const std::string& data_filename) {
// Checks status.
if (load_status_ == ERROR_FOUND) {
LOG(INFO) << vbp_.DebugString();
LOG(INFO) << vbp_;
return false;
}
return vbp_.item_size() == num_declared_items_;