From b71fa164192f1af8b702e1578cf202b510a9b281 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Nov 2018 14:20:10 +0200 Subject: Add --dump option, omit state dumping from verbosity level 6 --- build2/dist/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/dist/operation.cxx') diff --git a/build2/dist/operation.cxx b/build2/dist/operation.cxx index 96130b3..fda68f0 100644 --- a/build2/dist/operation.cxx +++ b/build2/dist/operation.cxx @@ -803,7 +803,7 @@ namespace build2 &dist_operation_pre, &load, // normal load &search, // normal search - nullptr, // no match (see execute()). + nullptr, // no match (see dist_execute()). &dist_execute, nullptr, // operation post nullptr, // meta-operation post -- cgit v1.1