mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 03:09:35 +01:00
Show queryMissing() in the progress bar
This commit is contained in:
parent
562a6d2361
commit
e6ca275e23
3 changed files with 24 additions and 12 deletions
|
|
@ -123,7 +123,7 @@ void Store::queryMissing(const std::vector<StorePathWithOutputs> & targets,
|
|||
StorePathSet & willBuild_, StorePathSet & willSubstitute_, StorePathSet & unknown_,
|
||||
uint64_t & downloadSize_, uint64_t & narSize_)
|
||||
{
|
||||
Activity act(*logger, lvlDebug, actUnknown, "querying info about missing paths");
|
||||
Activity act(*logger, lvlDebug, actQueryMissing, "querying info about missing paths");
|
||||
|
||||
downloadSize_ = narSize_ = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue