mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
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…
x
Reference in New Issue
Block a user