diff options
author | Quincey Koziol <koziol@lbl.gov> | 2020-08-27 23:01:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2020-08-27 23:01:11 (GMT) |
commit | c9f15824fe01c93cd8defbfed2563fd33829d730 (patch) | |
tree | b5eeb9e97f75935051502c54520927bd02407a7a /src | |
parent | a38a286be16b0162c28b2a3fe30234f9b9449df8 (diff) | |
download | hdf5-c9f15824fe01c93cd8defbfed2563fd33829d730.zip hdf5-c9f15824fe01c93cd8defbfed2563fd33829d730.tar.gz hdf5-c9f15824fe01c93cd8defbfed2563fd33829d730.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 ea27858..e0e3158 100644 --- a/src/H5Cdbg.c +++ b/src/H5Cdbg.c @@ -444,6 +444,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 ) |