diff options
Diffstat (limited to 'build/search.cxx')
-rw-r--r-- | build/search.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/search.cxx b/build/search.cxx index 5f21c64..bd81822 100644 --- a/build/search.cxx +++ b/build/search.cxx @@ -110,7 +110,7 @@ namespace build target& create_new_target (prerequisite& p) { - tracer trace ("search_new_target"); + tracer trace ("create_new_target"); assert (p.target == nullptr); |