aboutsummaryrefslogtreecommitdiff
path: root/build2/diagnostics.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-27 02:30:09 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-27 02:30:09 +0300
commit24f74ea70a19ccd7bcb489853fc73a972ab8638f (patch)
tree484c10305b5f7e75686b127b48e7e0e380c76f00 /build2/diagnostics.hxx
parent2880831f78dba2fca9ec72dd63d4fd7cfb9ac445 (diff)
Fix to print to diagnostics stream instead of std::cerr
Diffstat (limited to 'build2/diagnostics.hxx')
-rw-r--r--build2/diagnostics.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/diagnostics.hxx b/build2/diagnostics.hxx
index 1b8f370..40ddd0c 100644
--- a/build2/diagnostics.hxx
+++ b/build2/diagnostics.hxx
@@ -111,7 +111,7 @@ namespace build2
// Diagnostic facility, base infrastructure.
//
- using butl::diag_lock;
+ using butl::diag_stream_lock;
using butl::diag_stream;
using butl::diag_epilogue;