Chromium Code Reviews| Index: runtime/bin/log_linux.cc |
| diff --git a/runtime/bin/log_linux.cc b/runtime/bin/log_linux.cc |
| index abb198328794052b712a431398bae7dcb32ae6e5..e9dcf1c52aa2ae58a8354598dbf6772160bc8540 100644 |
| --- a/runtime/bin/log_linux.cc |
| +++ b/runtime/bin/log_linux.cc |
| @@ -19,7 +19,7 @@ void Log::VPrint(const char* format, va_list args) { |
| void Log::VPrintErr(const char* format, va_list args) { |
| vfprintf(stderr, format, args); |
| - fflush(stdout); |
| + fflush(stderr); |
| } |
| } // namespace bin |