]> git.proxmox.com Git - qemu.git/commitdiff
qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msg
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 25 Jul 2012 16:18:41 +0000 (13:18 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 13 Aug 2012 16:19:23 +0000 (13:19 -0300)
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>
qerror.c

index 92c4eff1791d65f9a7cd0fa898ff0bc809b6d190..082de987ed4e9d25563783f2b199fbb4fb0df34f 100644 (file)
--- 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,