On Thu, Sep 10, 2020 at 03:26:03PM +0200, Pino Toscano wrote:
A lot of virReportError() calls use VIR_ERR_INTERNAL_ERROR to
represent
the number of the error, even in cases where there is one fitting more.
Hence, replace some of them with better virErrorNumber values.
Signed-off-by: Pino Toscano <ptoscano(a)redhat.com>
Reviewed-by: Martin Kletzander <mkletzan(a)redhat.com>