| Submitter | Luiz Capitulino |
|---|---|
| Date | April 26, 2010, 3:47 p.m. |
| Message ID | <1272296853-30285-4-git-send-email-lcapitulino@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/50974/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qerror.c b/qerror.c index b6aaec7..034c7de 100644 --- a/qerror.c +++ b/qerror.c @@ -170,7 +170,7 @@ static const QErrorStringTable qerror_table[] = { }, { .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,
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> --- qerror.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)