summaryrefslogtreecommitdiffstats
path: root/src/H5Cdbg.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-08-27 23:01:11 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-09-03 01:27:28 (GMT)
commit910937e972a52d0c5d46b9544e26b369f2611e4b (patch)
tree642f3d45b3ebd15bac6ac5e15436fd812b6cd770 /src/H5Cdbg.c
parentd5a97a2871429859ad6a70316ff86e1a43563fe9 (diff)
downloadhdf5-910937e972a52d0c5d46b9544e26b369f2611e4b.zip
hdf5-910937e972a52d0c5d46b9544e26b369f2611e4b.tar.gz
hdf5-910937e972a52d0c5d46b9544e26b369f2611e4b.tar.bz2
Revert "Removed commeted out code from H5C_dump_coll_write_list()"
This reverts commit eb75dc1bb02e13902d73a36caafe763eea585d02.
Diffstat (limited to 'src/H5Cdbg.c')
-rw-r--r--src/H5Cdbg.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Cdbg.c b/src/H5Cdbg.c
index 425bda3..33e6a96 100644
--- a/src/H5Cdbg.c
+++ b/src/H5Cdbg.c
@@ -417,6 +417,11 @@ H5C_dump_coll_write_list(H5C_t * cache_ptr, char * calling_fcn)
(int)(entry_ptr->is_dirty),
entry_ptr->type->name);
+ /* HDfprintf(stdout, " node_ptr = 0x%llx, item = %p\n",
+ (unsigned long long)node_ptr,
+ H5SL_item(node_ptr));
+ */
+
node_ptr = H5SL_next(node_ptr);
if ( node_ptr != NULL )