]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vz: get additional error information from job correctly
authorMaxim Nestratov <mnestratov@virtuozzo.com>
Thu, 26 May 2016 08:56:23 +0000 (11:56 +0300)
committerMaxim Nestratov <mnestratov@virtuozzo.com>
Thu, 18 Aug 2016 17:37:08 +0000 (20:37 +0300)
commit9e8cbe185dbff2ebae0442f989bcbbbc536d1155
treecf7c2edf2bc445da26b913d4f0d991a9d2d9c9ef
parentf9785569de082b747856d299fd99934ca1798cf5
vz: get additional error information from job correctly

First, make function logPrlEventErrorHelper be void and only
print information (if any) from an event.
Second, don't rewrite original error with any errors we get
during parsing event info.
Third, ignore PRL_ERR_NO_DATA at all.

Signed-off-by: Maxim Nestratov <mnestratov@virtuozzo.com>
src/vz/vz_sdk.c