From 8031ebdacdf663afe618966cf8ec78ca85d7ace1 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 8 Aug 2007 18:51:35 +0000 Subject: [PATCH] Clarify error message [SVN r38515] --- v2/build/project.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/build/project.jam b/v2/build/project.jam index e27791380..3f0e885c5 100644 --- a/v2/build/project.jam +++ b/v2/build/project.jam @@ -726,7 +726,7 @@ rule use ( id : location ) && $($(id).jamfile-module) != $(project-module) { errors.user-error - "Attempt to redeclare already existing project id" ; + "Attempt to redeclare already existing project id '$(id)'" ; } $(id).jamfile-module = $(project-module) ; }