提交 3477e6b0 编写于 作者: G Gao feng 提交者: Eric Blake

LXC: fix incorrect DEBUG info

print debug info "container support is enabled"
when host support the user or net namespace.
Signed-off-by: NGao feng <gaofeng@cn.fujitsu.com>
上级 0896265c
...@@ -1771,6 +1771,6 @@ int lxcContainerAvailable(int features) ...@@ -1771,6 +1771,6 @@ int lxcContainerAvailable(int features)
return -1; return -1;
} }
VIR_DEBUG("Mounted all filesystems"); VIR_DEBUG("container support is enabled");
return 0; return 0;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册