mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Flush after fputs
svn:r526
This commit is contained in:
@@ -93,6 +93,7 @@ logv(int severity, const char *funcname, const char *format, va_list ap)
|
||||
formatted = 1;
|
||||
}
|
||||
fputs(buf, lf->file);
|
||||
fflush(lf->file);
|
||||
/* XXX check for EOF */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user