mirror of https://github.com/xqemu/xqemu.git
qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msg
Actually, renames it to 'object'. This must be what the original author meant to write, as there's no 'object' in the error's data member. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
74ee59a825
commit
484051b996
2
qerror.c
2
qerror.c
|
@ -49,7 +49,7 @@ static const QErrorStringTable qerror_table[] = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.error_fmt = QERR_AMBIGUOUS_PATH,
|
.error_fmt = QERR_AMBIGUOUS_PATH,
|
||||||
.desc = "Path '%(path)' does not uniquely identify a %(object)"
|
.desc = "Path '%(path)' does not uniquely identify an object"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.error_fmt = QERR_BAD_BUS_FOR_DEVICE,
|
.error_fmt = QERR_BAD_BUS_FOR_DEVICE,
|
||||||
|
|
Loading…
Reference in New Issue