diff options
Diffstat (limited to 'libbuild2/operation.cxx')
-rw-r--r-- | libbuild2/operation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/operation.cxx b/libbuild2/operation.cxx index 76118ea..fae1251 100644 --- a/libbuild2/operation.cxx +++ b/libbuild2/operation.cxx @@ -1061,8 +1061,8 @@ namespace build2 : 0); }; - diag_record dr; - dr << info << "detected unexecuted matched targets:"; + diag_record dr (info); + dr << "detected unexecuted matched targets:"; for (const auto& pt: ctx.targets) { |