summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/configuration.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh
index c41405e19..8bacb52bc 100755
--- a/functions/configuration.sh
+++ b/functions/configuration.sh
@@ -434,6 +434,7 @@ Prepare_config ()
LB_MEMTEST="${LB_MEMTEST:-none}"
if [ "${LB_MEMTEST}" = "false" ]; then
LB_MEMTEST="none"
+ Echo_warning "A value of 'false' for option LB_MEMTEST is deprecated, please use 'none' in future."
fi
case "${LB_ARCHITECTURES}" in