From e3f0a69e9d9a7112e59cd9e3f2bf7a86937951e1 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 18 Feb 2008 13:32:05 +0000 Subject: [PATCH] - reduce verbosity level to 4 --- test/h5t/simple_tet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/h5t/simple_tet.c b/test/h5t/simple_tet.c index 2a47d6d..ebdaf80 100644 --- a/test/h5t/simple_tet.c +++ b/test/h5t/simple_tet.c @@ -104,7 +104,7 @@ main ( char *argv[] ) { - H5PartSetVerbosityLevel ( 5 ); + H5PartSetVerbosityLevel ( 4 ); h5_file *f = H5FedOpenFile ( "simple_tet.h5", 0 ); if ( f == NULL ) {