summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-01-10 14:57:31 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-01-10 14:57:31 (GMT)
commit9dc5ebd07b4f352ff3267440ce5644f7a2cf55cd (patch)
treee89903bcb7d57ec0134d7b4cbe6ef22a060620ec /test/cache_common.c
parent041e7dbfed0e6787d09cd1ad9f4dfa09b936ec31 (diff)
downloadhdf5-9dc5ebd07b4f352ff3267440ce5644f7a2cf55cd.zip
hdf5-9dc5ebd07b4f352ff3267440ce5644f7a2cf55cd.tar.gz
hdf5-9dc5ebd07b4f352ff3267440ce5644f7a2cf55cd.tar.bz2
[svn-r16292] Purpose:
Bug Fix Descriotion: Removing problematic debugging code, and switching a leftover TRUE verbose statement to FALSE in cache_common.c Tested: jam, liberty
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index b76e9f9..39131bf 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -2341,7 +2341,7 @@ flush_cache(H5C_t * cache_ptr,
{
const char * fcn_name = "flush_cache()";
herr_t result = 0;
- hbool_t verbose = TRUE;
+ hbool_t verbose = FALSE;
HDassert(cache_ptr);
@@ -3312,7 +3312,6 @@ unprotect_entry_with_size_change(H5C_t * cache_ptr,
if ( result < 0 ) {
HDfprintf(stdout, "%s: H5C_unprotect() failed.\n", fcn_name);
- H5Eprint(H5E_DEFAULT, stdout);
}
if ( entry_ptr->header.is_protected ) {