diff options
Diffstat (limited to 'third_party/nix/src/libstore/rpc-store.cc')
-rw-r--r-- | third_party/nix/src/libstore/rpc-store.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/nix/src/libstore/rpc-store.cc b/third_party/nix/src/libstore/rpc-store.cc index 5d0ec1f9ebf4..6bf58747d0ff 100644 --- a/third_party/nix/src/libstore/rpc-store.cc +++ b/third_party/nix/src/libstore/rpc-store.cc @@ -364,8 +364,7 @@ absl::Status RpcStore::buildPaths(std::ostream& log_sink, const PathSet& paths, // TODO(tazjin): Include .path()? log_sink << event.build_log().line(); } else { - log_sink << std::endl - << "Building path: " << event.building_path().path() + log_sink << "Building path: " << event.building_path().path() << std::endl; } |