diff --git a/new/feature.jam b/new/feature.jam index 6bb55ae1f..f681cddc8 100644 --- a/new/feature.jam +++ b/new/feature.jam @@ -629,7 +629,8 @@ rule expand-composites ( properties * ) { error explicitly-specified values of non-free feature $(f) conflict : - values: [ get-values $(f) : $(properties) ] $(x:G=) ; + "existing values:" [ get-values $(f) : $(properties) ] : + "value from expanding " $(p) ":" (x:G=) ; } else { diff --git a/v2/build/feature.jam b/v2/build/feature.jam index 6bb55ae1f..f681cddc8 100644 --- a/v2/build/feature.jam +++ b/v2/build/feature.jam @@ -629,7 +629,8 @@ rule expand-composites ( properties * ) { error explicitly-specified values of non-free feature $(f) conflict : - values: [ get-values $(f) : $(properties) ] $(x:G=) ; + "existing values:" [ get-values $(f) : $(properties) ] : + "value from expanding " $(p) ":" (x:G=) ; } else {