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:
Gao feng 2012-06-15 15:41:05 +08:00 committed by Eric Blake
parent 0896265cf7
commit 3477e6b0ab
1 changed files with 1 additions and 1 deletions

View File

@ -1771,6 +1771,6 @@ int lxcContainerAvailable(int features)
return -1;
}
VIR_DEBUG("Mounted all filesystems");
VIR_DEBUG("container support is enabled");
return 0;
}