From 557269660c1d9796a7cf9e911efb9262f645e359 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Nov 2016 12:10:03 +0200 Subject: Use diagnostics facility from libbutl --- build2/algorithm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/algorithm.cxx') diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index 5d0e010..245e7ad 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -236,7 +236,7 @@ namespace build2 if (verb < 4) dr << info << "re-run with --verbose 4 for more information"; - return r; + dr << endf; } group_view -- cgit v1.1