diff options
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r-- | build2/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx index c42f92a..229ea4e 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -238,7 +238,7 @@ namespace build2 assert (phase == run_phase::load); if (verb >= 6) - dump (); + dump (a); } void |