command: Fix debug message during handshake

Probably a result of copy&paste...
This commit is contained in:
Jiri Denemark 2012-05-30 15:36:12 +02:00
parent 107f51b69c
commit 461ed4210f

View File

@ -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]);