Improve "waiting for locks" messages
These are now shown in the progress bar. Closes #3577.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user