diff --git a/ompi/debuggers/ompi_dll.c b/ompi/debuggers/ompi_dll.c index 7a8d2e9e45..f9163f386b 100644 --- a/ompi/debuggers/ompi_dll.c +++ b/ompi/debuggers/ompi_dll.c @@ -105,7 +105,7 @@ #define VERBOSE_LISTS 10 #define VERBOSE_REQ 50 -#define VERBOSE 100 +#define VERBOSE 0 #if VERBOSE #define DEBUG(LEVEL, WHAT) if( (LEVEL) > VERBOSE ) { printf WHAT; } #else