> diff --git a/include/libvirt/virterror.h
b/include/libvirt/virterror.h
> index c6abdf7..2ec560e 100644
> --- a/include/libvirt/virterror.h
> +++ b/include/libvirt/virterror.h
> @@ -314,6 +314,7 @@ typedef enum {
> VIR_ERR_MIGRATE_FINISH_OK = 93, /* Finish API succeeded but it is expected
to return NULL */
> VIR_ERR_AUTH_UNAVAILABLE = 94, /* authentication unavailable */
> VIR_ERR_NO_SERVER = 95, /* Server was not found */
> + VIR_ERR_NO_CLIENT = 96, /* Client was not found */
> } virErrorNumber;
>
Should these be added to the whitelist in daemonErrorLogFilter?
Jan
Good catch, I pushed a fix under trivial rule, thanks for noticing that.
Erik