mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qapi: Avoid redundant definition references in error messages
Many error messages refer to the offending definition even though they're preceded by an "in definition" line. Rephrase them. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190927134639.4284-22-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
3f58cc29a8
commit
eeb57c85da
53 changed files with 101 additions and 132 deletions
|
@ -1,3 +1,3 @@
|
|||
tests/qapi-schema/unknown-expr-key.json: In struct 'bar':
|
||||
tests/qapi-schema/unknown-expr-key.json:2: unknown keys 'bogus', 'phony' in struct 'bar'
|
||||
tests/qapi-schema/unknown-expr-key.json:2: struct has unknown keys 'bogus', 'phony'
|
||||
Valid keys are 'base', 'data', 'features', 'if', 'struct'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue