提交 461ed421 编写于 作者: J Jiri Denemark

command: Fix debug message during handshake

Probably a result of copy&paste...
上级 107f51b6
......@@ -2534,7 +2534,7 @@ int virCommandHandshakeNotify(virCommandPtr cmd)
return -1;
}
VIR_DEBUG("Notify handshake on %d", cmd->handshakeWait[0]);
VIR_DEBUG("Notify handshake on %d", cmd->handshakeNotify[1]);
if (safewrite(cmd->handshakeNotify[1], &c, sizeof(c)) != sizeof(c)) {
virReportSystemError(errno, "%s", _("Unable to notify child process"));
VIR_FORCE_CLOSE(cmd->handshakeNotify[1]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册