From 1b2d904890f6b1852ea97e120765abf352e9f8fa Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 13 Jun 2003 15:32:15 -0500 Subject: [svn-r7036] Purpose: Code cleanup Description: Add new H5D_FILL_TIME_IFSET value to debugging output. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest --- src/H5Ofill.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/H5Ofill.c b/src/H5Ofill.c index 8fbe390..95d098e 100644 --- a/src/H5Ofill.c +++ b/src/H5Ofill.c @@ -724,6 +724,10 @@ H5O_fill_new_debug(H5F_t UNUSED *f, hid_t UNUSED dxpl_id, const void *_mesg, FIL fprintf(stream,"Never\n"); break; + case H5D_FILL_TIME_IFSET: + fprintf(stream,"If Set\n"); + break; + default: fprintf(stream,"Unknown!\n"); break; -- cgit v0.12