]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Skip debug message in lxcContainerSetID if no map is set.
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Mon, 28 Oct 2013 11:18:26 +0000 (11:18 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 28 Oct 2013 11:19:20 +0000 (11:19 +0000)
commit8e1336fea9501d4edc456ce9748e63ba684a5917
treea57406627feda6f53d24beb09cb9a3af5124fb6a
parentb695aeebd52bcbd0d260893bddd5bfe1e486e980
Skip debug message in lxcContainerSetID if no map is set.

The lxcContainerSetID() method prints a misleading log
message about setting the uid/gid when no ID map is
present in the XML config. Skip the debug message in
this case.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
src/lxc/lxc_container.c