Fix executor verbosity (issue #699)

This commit is contained in:
Chris Lee
2018-04-17 19:48:55 +00:00
parent 131704081c
commit d1f5a46a73
4 changed files with 10 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
#include "common.h"
#include "timer.h"
extern bool debug_executors;
// Architecture:
// Panel panel_config contains an array of Execp, each storing all config options and all the state variables.
// Only these run commands.