Skip to content
Snippets Groups Projects
Commit 7d0dec3e authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

added PROCESS_MANAGER variable to -d debug option

parent 7287e88b
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ SetDebug(int p_debug_level)
if (p_debug_level == 1 || (p_debug_level & 32)) cdoDebug = 1;
if (p_debug_level == 1 || (p_debug_level & 64)) PSTREAM = 1;
if (p_debug_level == 1 || (p_debug_level & 512)) PROCESS = 1;
if (p_debug_level == 1 || (p_debug_level & 512)) PROCESS_MANAGER = 1;
#ifdef HAVE_LIBPTHREAD
if (p_debug_level == 1 || (p_debug_level & 128)) PIPE = 1;
if (p_debug_level == 1 || (p_debug_level & 256)) PTHREAD = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment