[libvirt] [PATCH] libxl: fix typo in debug message

Guido Günther agx at sigxcpu.org
Thu Mar 16 09:51:36 UTC 2017


On Thu, Mar 16, 2017 at 09:42:02AM +0100, Martin Kletzander wrote:
> On Thu, Mar 16, 2017 at 08:40:04AM +0100, Guido Günther wrote:
> > ---
> > src/libxl/libxl_migration.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> 
> ACK, trivial

Pushed. Thanks.
 -- Guido

> 
> > diff --git a/src/libxl/libxl_migration.c b/src/libxl/libxl_migration.c
> > index fb833d1a3..6b5b981f1 100644
> > --- a/src/libxl/libxl_migration.c
> > +++ b/src/libxl/libxl_migration.c
> > @@ -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);
> > 
> > --
> > 2.11.0
> > 
> > --
> > libvir-list mailing list
> > libvir-list at redhat.com
> > https://www.redhat.com/mailman/listinfo/libvir-list





More information about the libvir-list mailing list