]> git.ipfire.org Git - network.git/commitdiff
Don't log reading configuration files.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 May 2012 14:12:08 +0000 (14:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 May 2012 14:12:32 +0000 (14:12 +0000)
The debug log gets too messy.

functions.config

index 0d1bcf7780784d1f66d48f93b78ae2b28f348dae..6544a3db0174e1a0fc2ed73274fc752a8ea74f66 100644 (file)
@@ -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