Skip to content

Commit

Permalink
log: revert original behavior without file_flush()
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Dec 4, 2023
1 parent 757d926 commit d44c611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ NOEXPORT void log_raw(SERVICE_OPTIONS *opt,
#endif /* USE_WIN32, __vms */
if(outfile) {
file_putline_newline(outfile, line);
#ifndef USE_OS_THREADS
//#ifndef USE_OS_THREADS
file_flush(outfile);
#endif /* !USE_OS_THREADS */
//#endif /* !USE_OS_THREADS */
}
}
break;
Expand Down

0 comments on commit d44c611

Please sign in to comment.