提交 20e3217a 编写于 作者: M Marc Hartmayer 提交者: Daniel P. Berrange
上级 7596b29f
......@@ -2254,8 +2254,8 @@ static int lxcContainerChild(void *data)
if (!virFileExists(vmDef->os.init)) {
virReportSystemError(errno,
_("cannot find init path '%s' relative to container root"),
vmDef->os.init);
_("cannot find init path '%s' relative to container root"),
vmDef->os.init);
goto cleanup;
}
......@@ -2275,7 +2275,7 @@ static int lxcContainerChild(void *data)
if (lxcContainerSendContinue(argv->handshakefd) < 0) {
virReportSystemError(errno, "%s",
_("Failed to send continue signal to controller"));
_("Failed to send continue signal to controller"));
goto cleanup;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册