mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
* Arghhhhhh
This commit is contained in:
parent
05a5362d63
commit
66c7f34759
1 changed files with 1 additions and 1 deletions
|
@ -1417,7 +1417,7 @@ void SubstitutionGoal::finished()
|
||||||
|
|
||||||
void SubstitutionGoal::trace(const format & f)
|
void SubstitutionGoal::trace(const format & f)
|
||||||
{
|
{
|
||||||
debug(format("substitution of `%1%': %2%") % nePath % f);
|
debug(format("substitution of `%1%': %2%") % storePath % f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue