diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-04-07 14:46:33 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2010-04-26 11:17:02 -0300 |
commit | 7dfb61238a472acf6fb48d9a444564b9b99a4b56 (patch) | |
tree | 07cbf240a312527d994075627765f9cf61c4f288 /qerror.c | |
parent | a303f9e37b87ced34e966dc2c0b7f86bc5e74035 (diff) |
QError: New QERR_QMP_BAD_INPUT_OBJECT_MEMBER
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qerror.c')
-rw-r--r-- | qerror.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -173,6 +173,10 @@ static const QErrorStringTable qerror_table[] = { .desc = "Bad QMP input object", }, { + .error_fmt = QERR_QMP_BAD_INPUT_OBJECT_MEMBER, + .desc = "QMP input object member '%(member)' expects '%(expected)'", + }, + { .error_fmt = QERR_SET_PASSWD_FAILED, .desc = "Could not set password", }, |