|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] libxl: libxl_domain_info: fix typo in error message
On Mon, Dec 01, 2014 at 11:15:41AM +0000, Ian Campbell wrote:
> On Mon, 2014-12-01 at 10:47 +0000, Euan Harris wrote:
> > Signed-off-by: Euan Harris <euan.harris@xxxxxxxxxx>
>
> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
>
> This is so trivial as to not need a release ack IMHO, I'll apply next
<nods>
> time I'm doing such things unless someone beats me to it...
>
> > ---
> > tools/libxl/libxl.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c
> > index f84f7c2..c50c323 100644
> > --- a/tools/libxl/libxl.c
> > +++ b/tools/libxl/libxl.c
> > @@ -674,7 +674,7 @@ int libxl_domain_info(libxl_ctx *ctx, libxl_dominfo
> > *info_r,
> >
> > ret = xc_domain_getinfolist(ctx->xch, domid, 1, &xcinfo);
> > if (ret<0) {
> > - LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "geting domain info list");
> > + LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "getting domain info
> > list");
> > return ERROR_FAIL;
> > }
> > if (ret==0 || xcinfo.domain != domid) return ERROR_INVAL;
>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |