aboutsummaryrefslogtreecommitdiff
path: root/build2/search.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-31 16:29:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-31 16:36:49 +0200
commitb2fc1fb4a13ffa58640333a3909dd0e53bd21995 (patch)
tree34060557c92a581847a4f411cf25a0258c357790 /build2/search.cxx
parenta0577305165ea4116ea72b5529c61966eea1c6e9 (diff)
Adjust extension semantics in file rule to match search_existing_file()
Diffstat (limited to 'build2/search.cxx')
-rw-r--r--build2/search.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/search.cxx b/build2/search.cxx
index 6be62b2..66f13a9 100644
--- a/build2/search.cxx
+++ b/build2/search.cxx
@@ -105,7 +105,7 @@ namespace build2
// (of course, if the user specified the extension explicitly, we will
// still do so).
//
- l4 ([&]{trace << "no existing file for prerequisite " << cpk;});
+ l4 ([&]{trace << "no default extension for prerequisite " << cpk;});
return nullptr;
}
}