summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-13 16:08:42 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-06-13 16:08:42 +0100
commitf0d589d6a4059acbbc0344a234102d7c856129be (patch)
treec2de4bc8c4bd09d4cb596e378522993718433db6
parentef26b6ea783b9ea3443f7339e751bc5c0b7eaba6 (diff)
downloadvyos-live-build-f0d589d6a4059acbbc0344a234102d7c856129be.tar.gz
vyos-live-build-f0d589d6a4059acbbc0344a234102d7c856129be.zip
Ensure "Using system defaults" message appears when calling lh_config without --verbose
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-rwxr-xr-xhelpers/lh_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index 1133cfedc..9142adeea 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