Browse Source

restaure quiet StarPU-RM modes by default

Olivier Aumage 6 years ago
parent
commit
5ad8a49b67
2 changed files with 2 additions and 2 deletions
  1. 1 1
      starpurm/src/starpurm.c
  2. 1 1
      starpurm/src/starpurm_dlb.c

+ 1 - 1
starpurm/src/starpurm.c

@@ -24,7 +24,7 @@
 #include <config.h>
 #include <starpurm_private.h>
 
-#define STARPURM_VERBOSE
+#undef STARPURM_VERBOSE
 
 /*
  * #define _DEBUG

+ 1 - 1
starpurm/src/starpurm_dlb.c

@@ -45,7 +45,7 @@
 /* TODO: autodetect DLB_CallbackSet_sp prototype extra arg */
 #define DLB_HAVE_CALLBACK_ARG
 
-#define STARPURM_DLB_VERBOSE
+#undef STARPURM_DLB_VERBOSE
 
 /*
  * DLB interfacing