瀏覽代碼

restaure quiet StarPU-RM modes by default

Olivier Aumage 6 年之前
父節點
當前提交
5ad8a49b67
共有 2 個文件被更改,包括 2 次插入2 次删除
  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 <config.h>
 #include <starpurm_private.h>
 #include <starpurm_private.h>
 
 
-#define STARPURM_VERBOSE
+#undef STARPURM_VERBOSE
 
 
 /*
 /*
  * #define _DEBUG
  * #define _DEBUG

+ 1 - 1
starpurm/src/starpurm_dlb.c

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