commit | abaf2f52716625d4b1e29204cab644ed656504cf | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Apr 07 14:53:49 2010 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Mon Apr 26 11:17:14 2010 -0300 |
tree | 19aea79ee6a8fd8ca1f3722fb80291c78e154ad9 | |
parent | 88f7db846264223f6059ec329e7b7a77026ad475 [diff] [blame] |
QError: Improve QERR_QMP_BAD_INPUT_OBJECT desc Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/qerror.c b/qerror.c index b6aaec7..034c7de 100644 --- a/qerror.c +++ b/qerror.c
@@ -170,7 +170,7 @@ }, { .error_fmt = QERR_QMP_BAD_INPUT_OBJECT, - .desc = "Bad QMP input object", + .desc = "Expected '%(expected)' in QMP input", }, { .error_fmt = QERR_QMP_BAD_INPUT_OBJECT_MEMBER,