!6609 [MD] fix mindrecord log

Merge pull request !6609 from liyong126/fix_mindrecord_log
pull/6609/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit f226789f82

@ -118,7 +118,7 @@ std::pair<MSRStatus, json> ShardHeader::ValidateHeader(const std::string &path)
if (header_size > kMaxHeaderSize) {
fin.close();
MS_LOG(ERROR) << "Invalid file. path: " << path;
MS_LOG(ERROR) << "Invalid file content. path: " << path;
return {FAILED, json_header};
}

Loading…
Cancel
Save