From: Luiz Capitulino Date: Wed, 25 Jul 2012 16:16:53 +0000 (-0300) Subject: qerror: QERR_DEVICE_ENCRYPTED: change error message X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~3752^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5d90f0424ea27eb126a4eaed2554908fc463d9f;p=sdk%2Femulator%2Fqemu.git qerror: QERR_DEVICE_ENCRYPTED: change error message Match what HMP commands print on DeviceEncrypted errors. Signed-off-by: Luiz Capitulino Reviewed-by: Markus Armbruster --- 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,