libxl: fix typo in debug message

This commit is contained in:
Guido Günther 2017-03-16 08:39:32 +01:00
parent f014247fde
commit b2aca2db7e

View File

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