diff options
Diffstat (limited to 'build/target.cxx')
-rw-r--r-- | build/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/target.cxx b/build/target.cxx index 9e0bea7..9b20273 100644 --- a/build/target.cxx +++ b/build/target.cxx @@ -219,7 +219,7 @@ namespace build const string* ext (*k.ext); if (t.ext != ext) { - level4 ([&]{ + level5 ([&]{ diag_record r (trace); r << "assuming target " << t << " is the same as the one with "; if (ext == nullptr) |