提交 484051b9 编写于 作者: L Luiz Capitulino

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: NLuiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
上级 74ee59a8
......@@ -49,7 +49,7 @@ static const QErrorStringTable qerror_table[] = {
},
{
.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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册