From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/7] settings: remove dot from log message Date: Tue, 04 Jul 2017 17:46:05 +0200 Message-ID: <1499183171-24236-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5723305000584352384==" List-Id: --===============5723305000584352384== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 va= riable or not which make debugging much harder. Signed-off-by: Jonatan Schlag --- src/functions/functions.settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.settings b/src/functions/functions.setti= ngs index 0e50bf1..9efbe8e 100644 --- a/src/functions/functions.settings +++ b/src/functions/functions.settings @@ -159,7 +159,7 @@ settings_write() { return ${EXIT_ERROR} fi =20 - log DEBUG "Writing settings file ${settings_file}." + log DEBUG "Writing settings file '${settings_file}'." =20 mkdir -p $(dirname ${settings_file}) 2>/dev/null > ${settings_file} --=20 2.6.3 --===============5723305000584352384==--