diff options
Diffstat (limited to 'build/operation.cxx')
-rw-r--r-- | build/operation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/operation.cxx b/build/operation.cxx index cabf73b..39de5f3 100644 --- a/build/operation.cxx +++ b/build/operation.cxx @@ -74,13 +74,13 @@ namespace build target& t (**i); if (verb >= 5) - dump (); + dump (a); level4 ([&]{trace << "matching " << t;}); match (a, t); if (verb >= 5) - dump (); + dump (a); ts.push_back (&t); } |