mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +00:00
command: Fix debug message during handshake
Probably a result of copy&paste...
This commit is contained in:
parent
107f51b69c
commit
461ed4210f
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user