Signed-off-by: Wei Liu <[email protected]>
---
tools/libxl/libxl_linux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/libxl/libxl_linux.c b/tools/libxl/libxl_linux.c
index 59dd945bc1..873b0271af 100644
--- a/tools/libxl/libxl_linux.c
+++ b/tools/libxl/libxl_linux.c
@@ -344,7 +344,7 @@ int libxl__local_dm_preexec_restrict(libxl__gc *gc)
/* Unshare mount and IPC namespaces. These are unused by QEMU. */
r = unshare(CLONE_NEWNS | CLONE_NEWIPC);
if (r) {
- LOGE(ERROR, "libxl: Mount and IPC namespace unfailed");
+ LOGE(ERROR, "libxl: unshare Mount and IPC namespace failed");
return ERROR_FAIL;
}
--
2.11.0
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel