From 66c7f347591c0c4e26e018672c487a3090e36e5e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 22 Jun 2004 17:07:32 +0000 Subject: [PATCH] * Arghhhhhh --- src/libstore/normalise.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/normalise.cc b/src/libstore/normalise.cc index f156eafb76..a89426cdf2 100644 --- a/src/libstore/normalise.cc +++ b/src/libstore/normalise.cc @@ -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); }