mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
printStats -> maybePrintStats
This commit is contained in:
parent
f95364a803
commit
c32084a12c
6 changed files with 6 additions and 6 deletions
|
@ -2491,7 +2491,7 @@ bool EvalState::fullGC() {
|
|||
#endif
|
||||
}
|
||||
|
||||
void EvalState::printStats()
|
||||
void EvalState::maybePrintStats()
|
||||
{
|
||||
bool showStats = getEnv("NIX_SHOW_STATS").value_or("0") != "0";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue