summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-06-24 16:59:18 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-06-24 16:59:18 (GMT)
commit764af9db5c6a97903abbe37e33216629dac9afcd (patch)
treea7924ef756b343283aa94a9e5a751ad5ce7864f6 /src
parent8dabdf0ca6425920e4317115a17e2fd4e92ca93a (diff)
downloadhdf5-764af9db5c6a97903abbe37e33216629dac9afcd.zip
hdf5-764af9db5c6a97903abbe37e33216629dac9afcd.tar.gz
hdf5-764af9db5c6a97903abbe37e33216629dac9afcd.tar.bz2
[svn-r25354] disable eff debug again.
Diffstat (limited to 'src')
-rw-r--r--src/H5VLiod_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLiod_common.h b/src/H5VLiod_common.h
index f0257be..d16010c 100644
--- a/src/H5VLiod_common.h
+++ b/src/H5VLiod_common.h
@@ -30,7 +30,7 @@
#define IOD_OH_UNDEFINED ((uint64_t)0)//(pow(2.0,64.0) - 1)
#define IOD_ID_UNDEFINED ((uint64_t)(-1))//(pow(2.0,64.0) - 1)
#define IOD_COUNT_UNDEFINED ((uint64_t)(-1))//(pow(2.0,64.0) - 1)
-#define H5_EFF_DEBUG 1
+#define H5_EFF_DEBUG 0
/* function shipper IDs for different routines */
extern hg_id_t H5VL_EFF_INIT_ID;