1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 19:57:59 +02:00

* Arghhhhhh

This commit is contained in:
Eelco Dolstra 2004-06-22 17:07:32 +00:00
parent 05a5362d63
commit 66c7f34759

View file

@ -1417,7 +1417,7 @@ void SubstitutionGoal::finished()
void SubstitutionGoal::trace(const format & f)
{
debug(format("substitution of `%1%': %2%") % nePath % f);
debug(format("substitution of `%1%': %2%") % storePath % f);
}