summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2012-07-25 13:18:41 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2012-08-13 13:19:23 -0300
commit484051b9960736a6ebff3cfed78c4b29758e63c0 (patch)
treeaa93216690cfaeaae047f5c882085bc317eb5542
parent74ee59a825f9c0e6b5a95bea3b7ac4627526f42d (diff)
downloadqemu-484051b9960736a6ebff3cfed78c4b29758e63c0.tar.gz
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>
-rw-r--r--qerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qerror.c b/qerror.c
index 92c4eff179..082de987ed 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,