Skip to content

Commit

Permalink
Merge pull request grpc#4485 from ctiller/wat
Browse files Browse the repository at this point in the history
Add fflush to windows log lines
  • Loading branch information
nicolasnoble committed Dec 16, 2015
2 parents da755a9 + 0580b6a commit 416000f
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 416000f

Please sign in to comment.