|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-01-08 10:21:15
Author: jurko
Date: 2008-01-08 10:21:15 EST (Tue, 08 Jan 2008)
New Revision: 42614
URL: http://svn.boost.org/trac/boost/changeset/42614
Log:
Made some debugging messages more consistent.
Text files modified:
trunk/tools/build/v2/build-system.jam | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/build-system.jam
==============================================================================
--- trunk/tools/build/v2/build-system.jam (original)
+++ trunk/tools/build/v2/build-system.jam 2008-01-08 10:21:15 EST (Tue, 08 Jan 2008)
@@ -361,7 +361,7 @@
if $(.debug-config)
{
- ECHO "Loading explicitly specified user configuration file:" ;
+ ECHO "notice: Loading explicitly specified user configuration file:" ;
ECHO " $(user-config)" ;
}
@@ -375,7 +375,7 @@
}
else if $(.debug-config)
{
- ECHO "User configuration file loading explicitly disabled." ;
+ ECHO "notice: User configuration file loading explicitly disabled." ;
}
}
}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk