From: Luiz Capitulino Date: Wed, 25 Jul 2012 16:18:41 +0000 (-0300) Subject: qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msg X-Git-Tag: v1.2.0-rc0~28^2~46 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=484051b9960736a6ebff3cfed78c4b29758e63c0;p=qemu.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 Reviewed-by: Markus Armbruster --- diff --git a/qerror.c b/qerror.c index 92c4eff17..082de987e 100644 --- a/qerror.c +++ b/qerror.c @@ -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,