diff --git a/include/functions b/include/functions index 9ed5fee7..2094e989 100644 --- a/include/functions +++ b/include/functions @@ -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 }