projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04ae2f6
)
libxl: libxl_domain_info: fix typo in error message
author
Euan Harris
<euan.harris@citrix.com>
Mon, 1 Dec 2014 10:47:33 +0000
(10:47 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Tue, 2 Dec 2014 13:43:54 +0000
(13:43 +0000)
Signed-off-by: Euan Harris <euan.harris@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl.c
b/tools/libxl/libxl.c
index f84f7c2413c3f7483b034d6bd1e32848f6b4a3f1..c50c3233762bd2be580f83717e99af193e2aa22d 100644
(file)
--- 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, "get
t
ing domain info list");
return ERROR_FAIL;
}
if (ret==0 || xcinfo.domain != domid) return ERROR_INVAL;