提交 c0ee3d3b 编写于 作者: J Jiri Denemark

qemu: Remove full stop from error messages

上级 d521119c
......@@ -242,7 +242,7 @@ qemuAgentOpenUnix(const char *monitor, pid_t cpid, bool *inProgress)
if (ret != 0) {
virReportSystemError(errno, "%s",
_("monitor socket did not show up."));
_("monitor socket did not show up"));
goto error;
}
......
......@@ -297,7 +297,7 @@ qemuMonitorOpenUnix(const char *monitor, pid_t cpid)
if (ret != 0) {
virReportSystemError(errno, "%s",
_("monitor socket did not show up."));
_("monitor socket did not show up"));
goto error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册