提交 5b2c9f92 编写于 作者: J Jiri Denemark

util: Fix error message in __virExec

Remove superfluous ": %s" suffix from the error message.
上级 99800e54
......@@ -617,7 +617,7 @@ __virExec(const char *const*argv,
if (chdir("/") < 0) {
virReportSystemError(errno,
"%s", _("cannot change to root directory: %s"));
"%s", _("cannot change to root directory"));
goto fork_error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册