]> xenbits.xensource.com Git - libvirt.git/commit
lxc: report error message raised by the failing function
authorPrafull <talep158@gmail.com>
Thu, 22 Mar 2018 14:34:35 +0000 (20:04 +0530)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 23 Mar 2018 13:13:38 +0000 (13:13 +0000)
commit3f9e02b40aa291ea58aefb085d882174d2ec6330
tree64ad82f9a5318f99558ccd6822e093b3f8c37309
parent247e3a72753ed35306d673abde80a0cd08b9f571
lxc: report error message raised by the failing function

The code that calls VIR_WARN after a function fails, doesn't
report the error message raised by the failing function.
Such error messages are now reported in lxc/lxc_driver.c

Signed-off-by: Prafullkumar Tale <talep158@gmail.com>
src/lxc/lxc_driver.c