diff options
author | Quincey Koziol <koziol@lbl.gov> | 2020-08-27 23:01:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2020-09-03 01:27:28 (GMT) |
commit | 910937e972a52d0c5d46b9544e26b369f2611e4b (patch) | |
tree | 642f3d45b3ebd15bac6ac5e15436fd812b6cd770 /src | |
parent | d5a97a2871429859ad6a70316ff86e1a43563fe9 (diff) | |
download | hdf5-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')
-rw-r--r-- | src/H5Cdbg.c | 5 |
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 ) |