From c9ba28c2ef9a8075c35cc3df4e176e9ec72a7a61 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 22 Nov 2017 08:24:16 +0200 Subject: Streamline skip count diagnostics --- build2/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/operation.cxx') diff --git a/build2/operation.cxx b/build2/operation.cxx index ea1e06e..eb96559 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -333,7 +333,7 @@ namespace build2 { if (size_t s = skip_count.load (memory_order_relaxed)) { - text << "skipped " << diag_doing (a) << ' ' << s << " target(s)"; + text << "skipped " << diag_doing (a) << ' ' << s << " targets"; } } -- cgit v1.1