Skip to content

Commit

Permalink
Add fflush to windows log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Dec 16, 2015
1 parent aff6d61 commit 0580b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/support/log_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0580b6a

Please sign in to comment.