"Daniel P. Berrange" <[email protected]> writes:

> Several error messages print out the raw enum value, which
> is less than helpful to users, as these values are not
> documented, nor stable across QEMU releases. Switch to use
> the enum string instead.
>
> The nettle impl also had two typos where it said "algorithm"
> instead of "mode".

It doesn't just say "algorithm", it actually prints it:

        error_setg(errp, "Unsupported cipher algorithm %d",
                   cipher->alg);

> Signed-off-by: Daniel P. Berrange <[email protected]>

Reviewed-by: Markus Armbruster <[email protected]>

Reply via email to