mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +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;
|
||||
}
|
||||
VIR_DEBUG("Accepted migration connection."
|
||||
" Spawing thread to process migration data");
|
||||
" Spawning thread to process migration data");
|
||||
recvfd = virNetSocketDupFD(client_sock, true);
|
||||
virObjectUnref(client_sock);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user