From 2c460aacc9b3d52e4c6423fa54a8437b5be5c04b Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 4 Feb 2013 16:24:33 -0500 Subject: Printing commands as they're executed now requires verbosity 3+ --- src/main/command_executor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/command_executor.cpp b/src/main/command_executor.cpp index 14625f1d8..010d4a6f4 100644 --- a/src/main/command_executor.cpp +++ b/src/main/command_executor.cpp @@ -48,7 +48,7 @@ bool CommandExecutor::doCommand(Command* cmd) return status; } else { - if(d_options[options::verbosity] > 0) { + if(d_options[options::verbosity] > 2) { *d_options[options::out] << "Invoking: " << *cmd << std::endl; } -- cgit v1.2.3