aboutsummaryrefslogtreecommitdiffstats
path: root/qerror.c
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2012-07-25 13:16:53 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2012-08-13 13:19:30 -0300
commitb5d90f0424ea27eb126a4eaed2554908fc463d9f (patch)
tree8e28506697344174add0be767b0dfc46615c675f /qerror.c
parent484051b9960736a6ebff3cfed78c4b29758e63c0 (diff)
downloadqemu-kvm-b5d90f0424ea27eb126a4eaed2554908fc463d9f.tar.gz
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>
Diffstat (limited to 'qerror.c')
-rw-r--r--qerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qerror.c b/qerror.c
index 082de987ed4..de0a79e17d0 100644
--- 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,