mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -1771,6 +1771,6 @@ int lxcContainerAvailable(int features)
|
||||
return -1;
|
||||
}
|
||||
|
||||
VIR_DEBUG("Mounted all filesystems");
|
||||
VIR_DEBUG("container support is enabled");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user