diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-13 16:08:42 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:34 +0100 |
commit | 41638d792185d1c0f43d661523f8e30464b270f8 (patch) | |
tree | c2de4bc8c4bd09d4cb596e378522993718433db6 | |
parent | 01a611b24df62850aaaf9971d9d874a1f8ae8acc (diff) | |
download | live-build-41638d792185d1c0f43d661523f8e30464b270f8.zip live-build-41638d792185d1c0f43d661523f8e30464b270f8.tar.gz |
Ensure "Using system defaults" message appears when calling lh_config without --verbose
-rwxr-xr-x | helpers/lh_config | 2 |
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 |