mirror of https://github.com/xqemu/xqemu.git
qerror: QERR_DEVICE_ENCRYPTED: change error message
Match what HMP commands print on DeviceEncrypted errors. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
484051b996
commit
b5d90f0424
2
qerror.c
2
qerror.c
|
@ -81,7 +81,7 @@ static const QErrorStringTable qerror_table[] = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.error_fmt = QERR_DEVICE_ENCRYPTED,
|
.error_fmt = QERR_DEVICE_ENCRYPTED,
|
||||||
.desc = "Device '%(device)' is encrypted",
|
.desc = "'%(device)' (%(filename)) is encrypted",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.error_fmt = QERR_DEVICE_FEATURE_BLOCKS_MIGRATION,
|
.error_fmt = QERR_DEVICE_FEATURE_BLOCKS_MIGRATION,
|
||||||
|
|
Loading…
Reference in New Issue