Chromium Code Reviews| Index: runtime/bin/log_fuchsia.cc |
| diff --git a/runtime/bin/log_fuchsia.cc b/runtime/bin/log_fuchsia.cc |
| index 0c1f7af934b2de803a737de00f6649438591d629..b3f9d1dadc167a5340e676660500a5e9396b08e2 100644 |
| --- a/runtime/bin/log_fuchsia.cc |
| +++ b/runtime/bin/log_fuchsia.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 |