From 8e4e74542072a6e5da077369d9704d268f3e2a5e Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 29 Jun 2020 11:02:33 +0100 Subject: [PATCH] Make GetConfFileValue reports DEBUG level when noerror is set --- dev/ofunctions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index b6e6566..0c458c2 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -31,7 +31,7 @@ #### OFUNCTIONS MINI SUBSET #### #### OFUNCTIONS MICRO SUBSET #### _OFUNCTIONS_VERSION=2.3.0-RC4 -_OFUNCTIONS_BUILD=2020051301 +_OFUNCTIONS_BUILD=2020062901 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -2362,7 +2362,7 @@ function GetConfFileValue () { echo "$value" else if [ $noError == true ]; then - Logger "Cannot get value for [$name] in config file [$file]." "NOTICE" + Logger "Cannot get value for [$name] in config file [$file]." "DEBUG" else Logger "Cannot get value for [$name] in config file [$file]." "ERROR" fi