2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-10 11:22:12 +00:00

Made some debugging messages more consistent.

[SVN r42614]
This commit is contained in:
Jurko Gospodnetić
2008-01-08 15:21:15 +00:00
parent 5b239afb81
commit a4339e1fc3

View File

@@ -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." ;
}
}
}