diff --git a/src/meta/log.c b/src/meta/log.c index 074b6edf..35ec990e 100644 --- a/src/meta/log.c +++ b/src/meta/log.c @@ -74,7 +74,7 @@ static void _log_rotate(bool performRotation) { logSiz = lseek(logFd, 0L, SEEK_END); - log_outputString("-------------------------------------------------------------------------------"); + //log_outputString("-------------------------------------------------------------------------------"); -- do not write to logfile here unless lock is recursive FREE(logPath); }