aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/msvc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/msvc.cxx')
-rw-r--r--build2/cc/msvc.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/build2/cc/msvc.cxx b/build2/cc/msvc.cxx
index b00b8a9..993065d 100644
--- a/build2/cc/msvc.cxx
+++ b/build2/cc/msvc.cxx
@@ -2,8 +2,6 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <iostream> // cerr
-
#include <build2/scope.hxx>
#include <build2/target.hxx>
#include <build2/context.hxx>
@@ -54,7 +52,7 @@ namespace build2
//
string l;
if (getline (is, l) && l != src.leaf ().string ())
- cerr << l << endl;
+ diag_stream_lock () << l << endl;
}
void
@@ -80,7 +78,7 @@ namespace build2
// can't quite reproduce it.
//
- cerr << l << endl;
+ diag_stream_lock () << l << endl;
break;
}
}