From 428dcdcb6c406815524a2cec315a0707ee32c76b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 31 May 2012 14:12:08 +0000 Subject: [PATCH] Don't log reading configuration files. The debug log gets too messy. --- functions.config | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions.config b/functions.config index 0d1bcf77..6544a3db 100644 --- a/functions.config +++ b/functions.config @@ -28,8 +28,6 @@ function config_read_globals() { function config_read() { local config_file=${1} - log DEBUG "Reading configuration: ${config_file}" - if [ -e "${config_file}" ]; then . ${config_file} config_check -- 2.47.3