diff options
Diffstat (limited to 'src/build.cc')
-rw-r--r-- | src/build.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.cc b/src/build.cc index ab3d781..39e3e2a 100644 --- a/src/build.cc +++ b/src/build.cc @@ -247,7 +247,7 @@ void BuildStatus::PrintStatus(Edge* edge) { to_print = FormatProgressStatus(progress_status_format_) + to_print; printer_.Print(to_print, - force_full_command ? LinePrinter::FULL : LinePrinter::SHORT); + force_full_command ? LinePrinter::FULL : LinePrinter::ELIDE); } Plan::Plan() : command_edges_(0), wanted_edges_(0) {} |