Pre Merge pull request !14195 from 杨行/CI_ERROR_PRINT_OFFLINE

pull/14195/MERGE
杨行 4 years ago committed by Gitee
commit 7a1be71798

@ -1525,6 +1525,8 @@ std::string Somas::Offline() {
}
oss << std::endl;
}
MS_LOG(ERROR) << "Begin somas offline print\n" << oss.str() << "End somas offline print";
return oss.str();
}

Loading…
Cancel
Save