summaryrefslogtreecommitdiffstats
path: root/src/H5SMbtree2.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-01-19 18:51:03 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-01-19 18:51:03 (GMT)
commit632773727c6f08c583bb6748d0d9dd11fe800364 (patch)
treed40f61c64afbbf59674223e23dc4447760e55fe2 /src/H5SMbtree2.c
parentff572efab750d3667d04ef0143315eb3a9e99585 (diff)
downloadhdf5-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-xsrc/H5SMbtree2.c2
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)