From 903a881481745584b538591ea4db92bca7156956 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Tue, 13 Dec 2011 17:18:30 -0200 Subject: qerror: Extend QERR_DEVICE_ENCRYPTED Include the name of the encrypted file. Signed-off-by: Luiz Capitulino --- qerror.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qerror.h') diff --git a/qerror.h b/qerror.h index efda232db3..27800fe10f 100644 --- a/qerror.h +++ b/qerror.h @@ -70,7 +70,7 @@ QError *qobject_to_qerror(const QObject *obj); "{ 'class': 'CommandDisabled', 'data': { 'name': %s } }" #define QERR_DEVICE_ENCRYPTED \ - "{ 'class': 'DeviceEncrypted', 'data': { 'device': %s } }" + "{ 'class': 'DeviceEncrypted', 'data': { 'device': %s, 'filename': %s } }" #define QERR_DEVICE_INIT_FAILED \ "{ 'class': 'DeviceInitFailed', 'data': { 'device': %s } }" -- cgit v1.2.3-55-g7522