1
1
Fork 0
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:
Eelco Dolstra 2020-11-18 18:16:47 +01:00
parent 562a6d2361
commit e6ca275e23
3 changed files with 24 additions and 12 deletions

View file

@ -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;