From 8b6c80a77978f3e70f767160598aaa3f9ec039b0 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 22 Nov 2008 10:24:19 +0000 Subject: [PATCH] Fix error message to match unit test's expectations [SVN r49870] --- v2/build/property.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/build/property.jam b/v2/build/property.jam index b42dd34fd..1e5fbf2b7 100644 --- a/v2/build/property.jam +++ b/v2/build/property.jam @@ -610,7 +610,7 @@ class property-map : $(match-ranks) ] ; if $(best[2]) { - errors.error "Ambiguous key" $(properties) ; + errors.error "Ambiguous key $(properties:J= :E=)" ; } local original = $(self.value.$(best)) ; if $(value)