未验证 提交 fd3fcb05 编写于 作者: L Leo Chen 提交者: GitHub

fix typo of flag name (#29154)

上级 95a0f87b
......@@ -284,8 +284,8 @@ inline std::string GetErrorSumaryString(StrType&& what, const char* file,
// NOTE(chenweihang): if no C++ backtrace, give a hint to tell users
// how to show C++ backtrace, this hint only show in 2.0-rc verison,
// and will be removed in 2.0 official version
sout << "\n [Hint: If need to show C++ stacktraces, please set "
"`FlAGS_call_stack_level=2`.]";
sout << "\n [Hint: If you need C++ stacktraces for debugging, please set "
"`FLAGS_call_stack_level=2`.]";
}
sout << std::endl;
return sout.str();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册