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

@@ -106,6 +106,7 @@ void handle_env_vars()
debug_dnd = getenv("DEBUG_DND") != NULL;
debug_thumbnails = getenv("DEBUG_THUMBNAILS") != NULL;
debug_timers = getenv("DEBUG_TIMERS") != NULL;
debug_executors = getenv("DEBUG_EXECUTORS") != NULL;
if (debug_fps) {
init_fps_distribution();
char *s = getenv("TRACING_FPS_THRESHOLD");