Decrease length of line breaks between tests

This commit is contained in:
Michael Boelen 2019-12-13 12:36:19 +01:00
parent bf4374bb19
commit 1b4b02d813
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

@ -2004,7 +2004,7 @@
LogTextBreak() {
if [ ! "${LOGFILE}" = "" -a ${LOGTEXT} -eq 1 ]; then
CDATE=$(date "+%Y-%m-%d %H:%M:%S")
echo "${CDATE} ===---------------------------------------------------------------===" >> ${LOGFILE}
echo "${CDATE} ====" >> ${LOGFILE}
fi
}