summaryrefslogtreecommitdiffstats
path: root/src/H5FSdbg.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-11 13:03:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-11 13:03:13 (GMT)
commit445fec27e1ce7840ddfde975fa822678a507bb20 (patch)
tree79a51e4747ba60b414910732b427f7b5b740786a /src/H5FSdbg.c
parent5aa72127e6577068d848219f1c3feabf62a0cc1d (diff)
downloadhdf5-445fec27e1ce7840ddfde975fa822678a507bb20.zip
hdf5-445fec27e1ce7840ddfde975fa822678a507bb20.tar.gz
hdf5-445fec27e1ce7840ddfde975fa822678a507bb20.tar.bz2
[svn-r17320] Description:
Bring r17319 from trunk to 1.8 branch: Bring more superblock manipulation & aggregator changes from file free space branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committest performed on trunk)
Diffstat (limited to 'src/H5FSdbg.c')
-rw-r--r--src/H5FSdbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FSdbg.c b/src/H5FSdbg.c
index cf165ca..1e36c77 100644
--- a/src/H5FSdbg.c
+++ b/src/H5FSdbg.c
@@ -131,7 +131,7 @@ H5FS_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE *stream, int indent, int
HDfprintf(stream, "%*s%-*s %s\n", indent, "", fwidth,
"Free space client:",
(fspace->client == H5FS_CLIENT_FHEAP_ID ? "Fractal heap" :
- (fspace->client == H5FS_CLIENT_FILE_ID ? "File Memory Management" : "Unknown")));
+ (fspace->client == H5FS_CLIENT_FILE_ID ? "File" : "Unknown")));
HDfprintf(stream, "%*s%-*s %Hu\n", indent, "", fwidth,
"Total free space tracked:",
fspace->tot_space);