]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vz: remove error logging from prlsdkUUIDParse
authorMaxim Nestratov <mnestratov@virtuozzo.com>
Mon, 21 Sep 2015 11:08:41 +0000 (14:08 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 21 Sep 2015 11:56:12 +0000 (13:56 +0200)
commit91c8e75f442dc0ad03722ec6a331aa3094e8dbfc
tree70e78e38b913da33ce063522cd74e911cb51b61c
parent0751786d3ce3e0f7a8c198b3bf188a3ec2c67ab0
vz: remove error logging from prlsdkUUIDParse

As far as not every call of prlsdkUUIDParse assume correct UUID
supplied, there is no use to complain about wrong format in it.
Otherwise our log is flooded with false error messages.
For instance, calling prlsdkUUIDParse from prlsdkEventsHandler
works as a filter and in case of uuid absence for event issuer,
we simply know that we shouldn't continue further processing.
Instead of error logging for all calls we should explicitly take
into accaunt where it is called from.

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