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

Guido Günther posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170316074002.3gd2cv33t4ecvt2r@bogon.m.sigxcpu.org
src/libxl/libxl_migration.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] libxl: fix typo in debug message
Posted by Guido Günther 7 years, 1 month ago
---
 src/libxl/libxl_migration.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] libxl: fix typo in debug message
Posted by Martin Kletzander 7 years, 1 month ago
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

>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@redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] libxl: fix typo in debug message
Posted by Guido Günther 7 years, 1 month ago
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@redhat.com
> > https://www.redhat.com/mailman/listinfo/libvir-list


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list