From a4339e1fc336c81ae7e82c82ca1ca952e4b13bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Tue, 8 Jan 2008 15:21:15 +0000 Subject: [PATCH] Made some debugging messages more consistent. [SVN r42614] --- src/build-system.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build-system.jam b/src/build-system.jam index e463d063f..a02c53e97 100755 --- a/src/build-system.jam +++ b/src/build-system.jam @@ -361,7 +361,7 @@ local rule load-configuration-files 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 @@ local rule load-configuration-files } else if $(.debug-config) { - ECHO "User configuration file loading explicitly disabled." ; + ECHO "notice: User configuration file loading explicitly disabled." ; } } }