Signed-off-by: Ian Campbell <[email protected]>
---
tools/libxl/libxl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c
index 865e162..4f2eb24 100644
--- a/tools/libxl/libxl.c
+++ b/tools/libxl/libxl.c
@@ -4866,8 +4866,8 @@ static int libxl__get_memory_target(libxl__gc *gc,
uint32_t domid,
goto out;
} else if (!static_max) {
LIBXL__LOG_ERRNO(CTX, LIBXL__LOG_ERROR,
- "cannot get target memory info from
%s/memory/static-max",
- dompath);
+ "cannot get target memory info from %s/memory/static-max",
+ dompath);
goto out;
} else {
target_memkb = strtoul(target, &endptr, 10);
--
2.1.4
_______________________________________________
Xen-devel mailing list
[email protected]
http://lists.xen.org/xen-devel