diff options
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r-- | test/testhdf5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index 2a9af68..fb67428 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -74,7 +74,7 @@ if(ret == FAIL) {print_func("*** UNEXPECTED RETURN from %s is %ld at line %4d in } while(0) /* Used to document process through a test */ -#define MESSAGE(v,a) {if (Verbosity>v) {a}} +#define MESSAGE(V,A) {if (Verbosity>(V)) print_func A;} /* definitions for command strings */ #define VERBOSITY_STR "Verbosity" |