mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
win32: flush stderr after log output
This commit is contained in:
parent
d6d4336705
commit
5699954d33
1 changed files with 3 additions and 0 deletions
|
|
@ -374,6 +374,9 @@ void pa_log_levelv_meta(
|
|||
fprintf(stderr, "%s%c: %s%s%s%s%s%s\n", timestamp, level_to_char[level], location, prefix, t, grey, pa_strempty(bt), suffix);
|
||||
else
|
||||
fprintf(stderr, "%s%s%s%s%s%s%s\n", timestamp, location, prefix, t, grey, pa_strempty(bt), suffix);
|
||||
#ifdef OS_IS_WIN32
|
||||
fflush(stderr);
|
||||
#endif
|
||||
|
||||
pa_xfree(local_t);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue