From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T10cu-00082K-0k for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:48:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T10ct-0003i4-0M for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:48:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T10cs-0003hy-Os for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:48:34 -0400 From: Luiz Capitulino Date: Mon, 13 Aug 2012 16:48:24 -0300 Message-Id: <1344887349-13041-4-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1344887349-13041-1-git-send-email-lcapitulino@redhat.com> References: <1344887349-13041-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 03/48] qerror: QERR_DEVICE_ENCRYPTED: change error message List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org Match what HMP commands print on DeviceEncrypted errors. Signed-off-by: Luiz Capitulino Reviewed-by: Markus Armbruster --- qerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qerror.c b/qerror.c index 082de98..de0a79e 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, -- 1.7.11.2.249.g31c7954.dirty