[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] libxl: fix error message for unsharing namespaces
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- 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 Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |