Commit 0019707c authored by Cedric Roux's avatar Cedric Roux

T: fix early logs

The variable T_stdout needs to be 1 at startup to avoid missing logs.
parent ce7067c7
......@@ -19,7 +19,7 @@
/* array used to activate/disactivate a log */
static int T_IDs[T_NUMBER_OF_IDS];
int *T_active = T_IDs;
int T_stdout;
int T_stdout = 1;
static int T_socket;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment