!6609 [MD] fix mindrecord log

Merge pull request !6609 from liyong126/fix_mindrecord_log
This commit is contained in:
mindspore-ci-bot 2020-09-21 10:40:04 +08:00 committed by Gitee
commit f226789f82
1 changed files with 1 additions and 1 deletions

View File

@ -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};
}