From 41638d792185d1c0f43d661523f8e30464b270f8 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 13 Jun 2008 16:08:42 +0100 Subject: Ensure "Using system defaults" message appears when calling lh_config without --verbose --- helpers/lh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.0