From patchwork Wed Jul 25 16:54:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [05/11] qerror: QERR_DEVICE_ENCRYPTED: add filename info to human msg Date: Wed, 25 Jul 2012 06:54:10 -0000 From: Luiz Capitulino X-Patchwork-Id: 173217 Message-Id: <1343235256-26310-6-git-send-email-lcapitulino@redhat.com> To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, aliguori@us.ibm.com, armbru@redhat.com, mdroth@linux.vnet.ibm.com Signed-off-by: Luiz Capitulino --- qerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qerror.c b/qerror.c index e09c410..3d8ba2a 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 '%(device)' is encrypted (filename=%(filename))", }, { .error_fmt = QERR_DEVICE_FEATURE_BLOCKS_MIGRATION,