]> git.ipfire.org Git - people/ms/network.git/commitdiff
settings: remove dot from log message
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Wed, 5 Jul 2017 14:02:35 +0000 (16:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Jul 2017 15:06:58 +0000 (17:06 +0200)
The dots at the end of log messages can be confusing.
Especially behind variables,it is often unclear if the dot was part of the variable or not
which make debugging much harder.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.settings

index 0e50bf1fe6dea685e8125a217e7fc9c01663b7df..c73349ae0701a80039e54e3d20f23f5930e35d22 100644 (file)
@@ -159,7 +159,7 @@ settings_write() {
                return ${EXIT_ERROR}
        fi
 
-       log DEBUG "Writing settings file ${settings_file}."
+       log DEBUG "Writing settings file '${settings_file}'"
 
        mkdir -p $(dirname ${settings_file}) 2>/dev/null
        > ${settings_file}