From 9dc5ebd07b4f352ff3267440ce5644f7a2cf55cd Mon Sep 17 00:00:00 2001 From: Mike McGreevy Date: Sat, 10 Jan 2009 09:57:31 -0500 Subject: [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 --- test/cache_common.c | 3 +-- 1 file changed, 1 insertion(+), 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 ) { -- cgit v0.12