]> xenbits.xensource.com Git - libvirt.git/commitdiff
libxl: fix typo in debug message
authorGuido Günther <agx@sigxcpu.org>
Thu, 16 Mar 2017 07:39:32 +0000 (08:39 +0100)
committerGuido Günther <agx@sigxcpu.org>
Thu, 16 Mar 2017 09:50:38 +0000 (10:50 +0100)
src/libxl/libxl_migration.c

index fb833d1a357423dc6a91be3bfcbae5c1a286d158..6b5b981f18bc5563d78d4a2e0ef9df3ac13d9408 100644 (file)
@@ -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);