1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Improve "waiting for locks" messages

These are now shown in the progress bar.

Closes #3577.
This commit is contained in:
Eelco Dolstra 2020-06-15 16:03:29 +02:00
parent e14e62fddd
commit 5ed5d7acbd
3 changed files with 21 additions and 4 deletions

View file

@ -156,7 +156,7 @@ public:
{
auto state(state_.lock());
if (lvl <= verbosity && !s.empty())
if (lvl <= verbosity && !s.empty() && type != actBuildWaiting)
log(*state, lvl, s + "...");
state->activities.emplace_back(ActInfo());