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:
parent
e14e62fddd
commit
5ed5d7acbd
3 changed files with 21 additions and 4 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue