diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-25 12:49:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-25 12:49:23 (GMT) |
commit | 49826ea52c056858a0ec1aac6188dcbce15b7798 (patch) | |
tree | dd162f823379e3d49f28806a2ee60149b34a78d0 /tools/h5recover/README | |
parent | d0c4c5741e4c29e4dc9e67062e2692d6316e2056 (diff) | |
download | hdf5-49826ea52c056858a0ec1aac6188dcbce15b7798.zip hdf5-49826ea52c056858a0ec1aac6188dcbce15b7798.tar.gz hdf5-49826ea52c056858a0ec1aac6188dcbce15b7798.tar.bz2 |
[svn-r18452] Description:
Finish renaming cache-related files & symbols on metadata journaling
branch. Metadata cache-related symbols/files with no suffix now have a '1'
suffix and symbols/files with a '2' suffix now have no suffix.
Tested on:
Mac OS X/32 10.6.2 (amazon) w/debug, prod & parallel
(h5committest not required on this branch)
Diffstat (limited to 'tools/h5recover/README')
-rw-r--r-- | tools/h5recover/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5recover/README b/tools/h5recover/README index 3ab469f..f376387 100644 --- a/tools/h5recover/README +++ b/tools/h5recover/README @@ -20,7 +20,7 @@ position of those error codes are out of sync with the error messages from the H5E system. For example, ======= non-standard error output =============== - H5C2_begin_journaling: H5C2_mark_journaling_in_progress() failed. - H5C2_begin_transaction H5C2_begin_journaling() failed. + H5C_begin_journaling: H5C_mark_journaling_in_progress() failed. + H5C_begin_transaction H5C_begin_journaling() failed. ======= end ============== -AKC 2008/6/17- |