diff options
author | James Laird <jlaird@hdfgroup.org> | 2007-01-19 18:51:03 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2007-01-19 18:51:03 (GMT) |
commit | 632773727c6f08c583bb6748d0d9dd11fe800364 (patch) | |
tree | d40f61c64afbbf59674223e23dc4447760e55fe2 /src/H5SMbtree2.c | |
parent | ff572efab750d3667d04ef0143315eb3a9e99585 (diff) | |
download | hdf5-632773727c6f08c583bb6748d0d9dd11fe800364.zip hdf5-632773727c6f08c583bb6748d0d9dd11fe800364.tar.gz hdf5-632773727c6f08c583bb6748d0d9dd11fe800364.tar.bz2 |
[svn-r13159] Added h5debug support for shared message structures.
Tests run on juniper, kagiso, smirom. h5debug run manually on sample files on
Windows, juniper, and kagiso.
Diffstat (limited to 'src/H5SMbtree2.c')
-rwxr-xr-x | src/H5SMbtree2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5SMbtree2.c b/src/H5SMbtree2.c index 8e7b762..f1d12da 100755 --- a/src/H5SMbtree2.c +++ b/src/H5SMbtree2.c @@ -264,7 +264,7 @@ H5SM_btree_debug(FILE *stream, const H5F_t UNUSED *f, hid_t UNUSED dxpl_id, FUNC_ENTER_NOAPI_NOINIT_NOFUNC(H5SM_btree_debug) - HDfprintf(stream, "%*s%-*s {%a, %lo, %Hx}\n", indent, "", fwidth, "Record:", + HDfprintf(stream, "%*s%-*s {%a, %lo, %Hx}\n", indent, "", fwidth, "Shared Message:", sohm->fheap_id, sohm->hash, sohm->ref_count); FUNC_LEAVE_NOAPI(SUCCEED) |