mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
Flush after fputs
svn:r526
This commit is contained in:
parent
e6f8b3ba38
commit
f694ab23f5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue