From be220702a75427b80258a92d1ed8c4573c1478fa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 24 Oct 2017 14:24:57 +0200 Subject: Progress indicator: Show on what machine we're building E.g. $ nix build nixpkgs.hello --builders 'root@wendy' [1/0/1 built] building hello-2.10 on ssh://root@wendy: checking for minix/config.h... no --- src/build-remote/build-remote.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build-remote/build-remote.cc') diff --git a/src/build-remote/build-remote.cc b/src/build-remote/build-remote.cc index 92ae99e168b7..d2fac09f8432 100644 --- a/src/build-remote/build-remote.cc +++ b/src/build-remote/build-remote.cc @@ -196,7 +196,7 @@ int main (int argc, char * * argv) } connected: - std::cerr << "# accept\n"; + std::cerr << "# accept\n" << storeUri << "\n"; auto inputs = readStrings(source); auto outputs = readStrings(source); -- cgit 1.4.1