mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Flush after fputs
svn:r526
This commit is contained in:
parent
e6f8b3ba38
commit
f694ab23f5
@ -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 */
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user