summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-13 16:08:42 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:34 +0100
commit41638d792185d1c0f43d661523f8e30464b270f8 (patch)
treec2de4bc8c4bd09d4cb596e378522993718433db6 /helpers/lh_config
parent01a611b24df62850aaaf9971d9d874a1f8ae8acc (diff)
downloadlive-build-41638d792185d1c0f43d661523f8e30464b270f8.zip
live-build-41638d792185d1c0f43d661523f8e30464b270f8.tar.gz
Ensure "Using system defaults" message appears when calling lh_config without --verbose
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-xhelpers/lh_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index 1133cfe..9142ade 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -656,7 +656,7 @@ Local_arguments ()
# Reading system configuration
if [ -f "${SYSTEM_LH_CONFFILE}" ]
then
- Echo_verbose "Using system defaults from ${SYSTEM_LH_CONFFILE}"
+ Echo_message "Using system defaults from ${SYSTEM_LH_CONFFILE}"
Read_conffile "${SYSTEM_LH_CONFFILE}"
fi