]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
LXC: fix incorrect DEBUG info
authorGao feng <gaofeng@cn.fujitsu.com>
Fri, 15 Jun 2012 07:41:05 +0000 (15:41 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 18 Jun 2012 16:21:27 +0000 (10:21 -0600)
print debug info "container support is enabled"
when host support the user or net namespace.

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
src/lxc/lxc_container.c

index b3727aadaec3913160d506099d109918ae90c50f..9045a7d50eda10c305cac5862b3d6c44733cfc43 100644 (file)
@@ -1771,6 +1771,6 @@ int lxcContainerAvailable(int features)
         return -1;
     }
 
-    VIR_DEBUG("Mounted all filesystems");
+    VIR_DEBUG("container support is enabled");
     return 0;
 }