The error code signals that the API the user called is not supported by
the driver. This can happen with some hypervisor drivers which don't
have everything implemented yet. There's no point in spamming the log
with it.
Closes: https://gitlab.com/libvirt/libvirt/-/issues/805
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
case VIR_ERR_NO_CLIENT:
case VIR_ERR_NO_HOSTNAME:
case VIR_ERR_NO_NETWORK_METADATA:
+ case VIR_ERR_NO_SUPPORT:
return VIR_LOG_DEBUG;
}