aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-16 07:37:12 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-16 07:37:12 -0800
commit0580b6aef043aa0d21e8780fe45a85bae3a6337d (patch)
treed235d718fbe0d69cc16ff2b209c61b2025d6183d /src
parentaff6d610c389761863f7e4d948ea7effbadb5d76 (diff)
Add fflush to windows log lines
Diffstat (limited to 'src')
-rw-r--r--src/core/support/log_win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/support/log_win32.c b/src/core/support/log_win32.c
index 28e7768f80..40adcd1b50 100644
--- a/src/core/support/log_win32.c
+++ b/src/core/support/log_win32.c
@@ -106,6 +106,7 @@ void gpr_default_log(gpr_log_func_args *args) {
gpr_log_severity_string(args->severity), time_buffer,
(int)(now.tv_nsec), GetCurrentThreadId(), display_file, args->line,
args->message);
+ fflush(stderr);
}
char *gpr_format_message(DWORD messageid) {