projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
484051b
)
qerror: QERR_DEVICE_ENCRYPTED: change error message
author
Luiz Capitulino
<lcapitulino@redhat.com>
Wed, 25 Jul 2012 16:16:53 +0000
(13:16 -0300)
committer
Luiz Capitulino
<lcapitulino@redhat.com>
Mon, 13 Aug 2012 16:19:30 +0000
(13:19 -0300)
Match what HMP commands print on DeviceEncrypted errors.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
qerror.c
patch
|
blob
|
history
diff --git
a/qerror.c
b/qerror.c
index 082de987ed4e9d25563783f2b199fbb4fb0df34f..de0a79e17d02d6ce518ba4fb9311e34b39a820af 100644
(file)
--- a/
qerror.c
+++ b/
qerror.c
@@
-81,7
+81,7
@@
static const QErrorStringTable qerror_table[] = {
},
{
.error_fmt = QERR_DEVICE_ENCRYPTED,
- .desc = "
Device '%(device)'
is encrypted",
+ .desc = "
'%(device)' (%(filename))
is encrypted",
},
{
.error_fmt = QERR_DEVICE_FEATURE_BLOCKS_MIGRATION,