2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-11 23:52:20 +00:00

Improve wording of an error message.

[SVN r35649]
This commit is contained in:
Vladimir Prus
2006-10-18 05:40:37 +00:00
parent 1f589bcdf5
commit cd44da9fc3

View File

@@ -1041,7 +1041,7 @@ class basic-target : abstract-target
if $(sources:G)
{
errors.error "gristed element in sources for" [ full-name ] ;
errors.user-error "properties found in the 'sources' parameter for" [ full-name ] ;
}
}