mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
libxl: fix typo in debug message
This commit is contained in:
parent
f014247fde
commit
b2aca2db7e
@ -325,7 +325,7 @@ libxlMigrateReceive(virNetSocketPtr sock,
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
VIR_DEBUG("Accepted migration connection."
|
VIR_DEBUG("Accepted migration connection."
|
||||||
" Spawing thread to process migration data");
|
" Spawning thread to process migration data");
|
||||||
recvfd = virNetSocketDupFD(client_sock, true);
|
recvfd = virNetSocketDupFD(client_sock, true);
|
||||||
virObjectUnref(client_sock);
|
virObjectUnref(client_sock);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user