mirror of https://gitee.com/openkylin/libvirt.git
LXC: fix incorrect DEBUG info
print debug info "container support is enabled" when host support the user or net namespace. Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
This commit is contained in:
parent
0896265cf7
commit
3477e6b0ab
|
@ -1771,6 +1771,6 @@ int lxcContainerAvailable(int features)
|
|||
return -1;
|
||||
}
|
||||
|
||||
VIR_DEBUG("Mounted all filesystems");
|
||||
VIR_DEBUG("container support is enabled");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue