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/H5Oshared.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/H5Oshared.c')
-rw-r--r-- | src/H5Oshared.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Oshared.c b/src/H5Oshared.c index 9b2de74..b5e599d 100644 --- a/src/H5Oshared.c +++ b/src/H5Oshared.c @@ -748,7 +748,7 @@ H5O_shared_debug (H5F_t UNUSED *f, hid_t UNUSED dxpl_id, const void *_mesg, if(mesg->flags & H5O_COMMITTED_FLAG) { HDfprintf(stream, "%*s%-*s %s\n", indent, "", fwidth, - "Sharing method", + "Sharing method:", "Obj Hdr"); HDfprintf(stream, "%*s%-*s %a\n", indent, "", fwidth, "Object address:", @@ -757,7 +757,7 @@ H5O_shared_debug (H5F_t UNUSED *f, hid_t UNUSED dxpl_id, const void *_mesg, else { HDfprintf(stream, "%*s%-*s %s\n", indent, "", fwidth, - "Sharing method", + "Sharing method:", "SOHM Heap"); HDfprintf(stream, "%*s%-*s %a\n", indent, "", fwidth, "Heap ID:", |