From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/2] settings: remove dot from log message Date: Wed, 05 Jul 2017 16:02:35 +0200 Message-ID: <1499263356-10418-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5610059565241331105==" List-Id: --===============5610059565241331105== 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..c73349a 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 --===============5610059565241331105==--