mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
* The `-v' flag no longer takes an argument; it should be repeated
instead (e.g., `-vvvv' for lots of output). Default is to only print error messages.
This commit is contained in:
parent
3b521bb1bd
commit
0a0c1fcb4d
6 changed files with 29 additions and 38 deletions
|
|
@ -167,7 +167,6 @@ bool isInPrefix(const string & path, const string & _prefix)
|
|||
string expandId(const FSId & id, const string & target,
|
||||
const string & prefix, FSIdSet pending)
|
||||
{
|
||||
debug(format("expanding %1%") % (string) id);
|
||||
Nest nest(lvlDebug, format("expanding %1%") % (string) id);
|
||||
|
||||
Strings paths;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue